Skip to content

Commit

Permalink
Merge pull request #131 from marquiz/devel/github-actions
Browse files Browse the repository at this point in the history
github: update upload-artifact action to v4
  • Loading branch information
askervin authored Apr 3, 2024
2 parents 5ef060b + a121f3c commit dc1742e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common-trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

- name: Upload CSV report as an artifact
if: ${{ inputs.export-csv }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: trivy-report
path: trivy-report.csv

0 comments on commit dc1742e

Please sign in to comment.