Skip to content

Commit 72a985c

Browse files
chore(deps): bump actions/download-artifact from 4 to 8 (#8269)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2cb677 commit 72a985c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/entropy-beauty-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Download scan results
23-
uses: actions/download-artifact@v4
23+
uses: actions/download-artifact@v8
2424
with:
2525
name: scan-results
2626
run-id: ${{ github.event.workflow_run.id }}

.github/workflows/entropy-beauty-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
issues: write
112112
steps:
113113
- name: Download summary
114-
uses: actions/download-artifact@v4
114+
uses: actions/download-artifact@v8
115115
with:
116116
name: scan-results
117117

0 commit comments

Comments
 (0)