From df1417932277548c0a5d74227981b1af5b76e9dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 16:39:01 +0000 Subject: [PATCH] Bump actions/download-artifact from 7 to 8 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e-playwright-allure_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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