From bc3a60b167312562e8b4bee5484ac1dcd6ffc60c Mon Sep 17 00:00:00 2001 From: Nicolas Dupont Date: Thu, 21 Nov 2024 14:02:49 +0100 Subject: [PATCH] Update GitHub artifact actions to v4 (#3748) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7d0ff635..6a591912 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: - name: Generate artifacts if: ${{ failure() }} run: npm run start:modified - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: ${{ failure() }} with: name: snapshots_and_versions