From a159a76c68aa59f45a9287144b3329d23b41d495 Mon Sep 17 00:00:00 2001 From: galargh Date: Fri, 24 Jan 2025 11:06:56 +0100 Subject: [PATCH] chore: update upload-artifact action to v4 --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bd5ec63..45cfdd1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,8 +57,7 @@ jobs: run: npm run test:browser - name: Results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Results path: test-results -