diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index c2db3642..8f3f4dd5 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -228,7 +228,7 @@ jobs: --no-warnings ./feature-runner/console-reporter.ts --only-failed --with-timestamps - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 if: failure() with: name: e2e-test-result