Skip to content

Commit 667cf21

Browse files
chore(deps): bump actions/download-artifact from 7 to 8 (#512)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e119ec7 commit 667cf21

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

5353
- name: Download SBOM artifact
54-
uses: actions/download-artifact@v7
54+
uses: actions/download-artifact@v8
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@v7
50+
uses: actions/download-artifact@v8
5151
with:
5252
name: cdxgen-sbom-json
5353
path: .

0 commit comments

Comments
 (0)