Skip to content

Commit 22d3090

Browse files
chore(deps): bump actions/upload-artifact from 5 to 6 (#5864)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 770b790 commit 22d3090

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cron-scan-images-daily.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
ignore-policy: ${{ matrix.trivyignore && '.trivyignore.rego' }}
4949
exit-code: '1'
5050
- name: "Upload artifact"
51-
uses: actions/upload-artifact@v5
51+
uses: actions/upload-artifact@v6
5252
if: ${{ always() && steps.trivy.outcome == 'failure' }}
5353
with:
5454
name: ${{ matrix.addon }}-${{ matrix.version }}-${{ matrix.name }}
@@ -79,7 +79,7 @@ jobs:
7979
run: |
8080
jq -s '.' scan-results/*/trivy.json > trivy.json
8181
- name: "Upload artifact"
82-
uses: actions/upload-artifact@v5
82+
uses: actions/upload-artifact@v6
8383
with:
8484
name: trivy results
8585
path: trivy.json

.github/workflows/license.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: trivy fs --scanners license --skip-dirs ".github" --skip-files "package-lock.json,bin/scan-images/package-lock.json" . | tee license-report.txt
3535

3636
- name: Upload licence report artifact
37-
uses: actions/upload-artifact@v5
37+
uses: actions/upload-artifact@v6
3838
with:
3939
name: license-report
4040
path: license-report.txt

0 commit comments

Comments
 (0)