diff --git a/.github/workflows/e2e-playwright-allure_report.yml b/.github/workflows/e2e-playwright-allure_report.yml index 3c6f4f7d..bb9d85b3 100644 --- a/.github/workflows/e2e-playwright-allure_report.yml +++ b/.github/workflows/e2e-playwright-allure_report.yml @@ -90,7 +90,7 @@ jobs: if: "${{ always() && needs.run-playwright-e2e.outputs.upload_success == 'true' && github.repository_owner == 'DependencyTrack' }}" steps: - name: Download test results - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # tag=v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # tag=v8.0.1 with: name: playwright-results path: playwright-test-results/allure-results