From 3708b7b8df09d812bd7f83a2b739c9ed18eb96af Mon Sep 17 00:00:00 2001 From: Sean Sica <23294618+seansica@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:10:51 -0400 Subject: [PATCH] fix(ci): update actions/upload-artifact to v4 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78a0ffb..aa458bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: - name: Test run: npm run test - name: Upload test logs - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: always() with: name: test-logs