From af7f0424959a4ea2714f583f39c9f50e6e81190c Mon Sep 17 00:00:00 2001 From: Thomas Orsbourne Date: Sat, 9 Nov 2024 20:18:19 -0400 Subject: [PATCH] chore(build): Update upload-artifact to v4 --- .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 f5fbfb6..a51c6d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: run: deno task build - name: Upload Executables as Artifacts if: github.ref_type == 'branch' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: ${{ format('dash-{0}-{1}-{2}', github.run_id, github.run_number, github.run_attempt) }} path: 'executables/*'