Skip to content

Commit 9480f7e

Browse files
chore(deps): bump actions/download-artifact from 4 to 6 (#394)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' 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 25e6be4 commit 9480f7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/demo-build-and-scan-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
node-version: '22'
5252

5353
- name: Download SBOM artifact
54-
uses: actions/download-artifact@v4
54+
uses: actions/download-artifact@v6
5555
with:
5656
name: cdxgen-sbom-json
5757
path: .

.github/workflows/demo-scan-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
node-version: '22'
4848

4949
- name: Download SBOM artifact
50-
uses: actions/download-artifact@v4
50+
uses: actions/download-artifact@v6
5151
with:
5252
name: cdxgen-sbom-json
5353
path: .

0 commit comments

Comments
 (0)