From c6ff167e16fefac3f3ad92ff171284d812965270 Mon Sep 17 00:00:00 2001 From: Robert Ing Date: Mon, 19 May 2025 14:31:45 -0400 Subject: [PATCH] ci: Update GHA for upload-artifact version --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a506887..317a6e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: run: npm run test - name: Archive npm failure logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: npm-logs @@ -112,7 +112,7 @@ jobs: npx semantic-release - name: Archive npm failure logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: npm-logs