From b3e3f05fa756fe0b65eb993522dbc5f5c314bf1d Mon Sep 17 00:00:00 2001 From: Julien Duroure Date: Wed, 18 Dec 2024 09:17:42 +0100 Subject: [PATCH] upgrade artifact to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5213fa556..de847ebcd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: OUT_PREFIX=$GITHUB_WORKSPACE/tests/out yarn test-bail --reporter-options reportDir=out/mochawesome - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-output path: tests/out/mochawesome