Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 3 to 4 (#5003)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 5257c71 commit 141a382
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron-scan-images-daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
ignore-policy: ${{ matrix.trivyignore && '.trivyignore.rego' }}
exit-code: '1'
- name: "Upload artifact"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.trivy.outcome == 'failure' }}
with:
name: ${{ matrix.addon }}-${{ matrix.version }}-${{ matrix.name }}
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
jq -s '.' scan-results/*/trivy.json > trivy.json
- name: "Upload artifact"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: trivy results
path: trivy.json
2 changes: 1 addition & 1 deletion .github/workflows/license.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: trivy fs --scanners license --skip-dirs ".github" --skip-files "package-lock.json,bin/scan-images/package-lock.json" . | tee license-report.txt

- name: Upload licence report artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: license-report
path: license-report.txt
Expand Down

0 comments on commit 141a382

Please sign in to comment.