From 84255fc42da20fd6645d1405faff4245664f79c2 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Fri, 20 Sep 2024 23:18:04 -0400 Subject: [PATCH] Updated GHA upload-artifact --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c7b1886c..5e7af15c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,7 +84,7 @@ jobs: - name: Post error upload if: failure() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: pmdsky-failure-${{ github.run_id }} path: failure.tar.gz