From 8e7c1cdddc7032f6f183b908653886d4917b7d90 Mon Sep 17 00:00:00 2001 From: Nicolas Dupont Date: Mon, 18 Nov 2024 12:06:28 +0100 Subject: [PATCH] Update GitHub artifact actions to v4 (#374) --- .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 7d0ff63..6a59191 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