Skip to content

Commit 6154b11

Browse files
chore(deps): bump actions/download-artifact from 6 to 7 (#455)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3106f0d commit 6154b11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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-file: '.nvmrc'
5252

5353
- name: Download SBOM artifact
54-
uses: actions/download-artifact@v6
54+
uses: actions/download-artifact@v7
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-file: '.nvmrc'
4848

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

0 commit comments

Comments
 (0)