From a27e0a00ae83a48ffb1bac1fc0880b56699889d7 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Tue, 5 Nov 2024 22:06:34 -0800 Subject: [PATCH] ci: Update upload-artifact (#53) The older version is deprecated and will stop working next month. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3411011..8ab6fce 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -205,7 +205,7 @@ jobs: # This makes it possible to debug failures in the next step by # downloading binaries that fail the check for static linkage. - name: Upload assets as artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: binaries${{ env.SUFFIX }} path: assets/*