Skip to content

Commit 97beb6e

Browse files
chore(deps): bump actions/upload-artifact from 5 to 6 (#456)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' 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 6154b11 commit 97beb6e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: ls -l sbom.json
3636

3737
- name: Upload SBOM artifact
38-
uses: actions/upload-artifact@v5
38+
uses: actions/upload-artifact@v6
3939
with:
4040
name: cdxgen-sbom-json
4141
path: sbom.json
@@ -60,7 +60,7 @@ jobs:
6060
run: npx @herodevs/cli@beta scan eol --file=sbom.json --save
6161

6262
- name: Upload HD report
63-
uses: actions/upload-artifact@v5
63+
uses: actions/upload-artifact@v6
6464
with:
6565
name: herodevs-report
6666
path: ./herodevs.report.json

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: cdxgen -t docker -o sbom.json -r mcr.microsoft.com/playwright:v1.50.0-noble
3232

3333
- name: Upload SBOM artifact
34-
uses: actions/upload-artifact@v5
34+
uses: actions/upload-artifact@v6
3535
with:
3636
name: cdxgen-sbom-json
3737
path: sbom.json
@@ -56,7 +56,7 @@ jobs:
5656
run: npx @herodevs/cli@beta scan eol --file=sbom.json --save
5757

5858
- name: Upload HD report
59-
uses: actions/upload-artifact@v5
59+
uses: actions/upload-artifact@v6
6060
with:
6161
name: herodevs-report
6262
path: herodevs.report.json

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
docker rm eol-scanner
2525
2626
- name: Upload artifact
27-
uses: actions/upload-artifact@v5
27+
uses: actions/upload-artifact@v6
2828
with:
2929
name: my-eol-report
3030
path: ${{ runner.temp }}/herodevs.report.json

.github/workflows/demo-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: npx @herodevs/cli@beta scan eol --save
2323

2424
- name: Upload artifact
25-
uses: actions/upload-artifact@v5
25+
uses: actions/upload-artifact@v6
2626
with:
2727
name: my-eol-report
2828
path: ./herodevs.report.json

0 commit comments

Comments
 (0)