diff --git a/.github/workflows/springwolf-plugins.yml b/.github/workflows/springwolf-plugins.yml index 0b6edabf6..a83bd2333 100644 --- a/.github/workflows/springwolf-plugins.yml +++ b/.github/workflows/springwolf-plugins.yml @@ -82,7 +82,7 @@ jobs: require_tests: true report_paths: '**/test-results/junit.xml' annotate_only: github.event.pull_request.head.repo.full_name != github.repository # for forks - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: always() with: name: test-plugin-${{ matrix.plugin }}-playwright