Skip to content

Commit 78f9abe

Browse files
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](actions/download-artifact@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] <support@github.com>
1 parent 87a7bdb commit 78f9abe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-playwright-allure_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: "${{ always() && needs.run-playwright-e2e.outputs.upload_success == 'true' && github.repository_owner == 'DependencyTrack' }}"
8787
steps:
8888
- name: Download test results
89-
uses: actions/download-artifact@v7
89+
uses: actions/download-artifact@v8
9090
with:
9191
name: playwright-results
9292
path: playwright-test-results/allure-results

0 commit comments

Comments
 (0)