diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 309f1bc9..6ac4a150 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: run: yarn test:e2e:ci - name: Upload Test Artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: test-artifacts if-no-files-found: ignore