Skip to content

Commit

Permalink
Merge pull request #17 from ale8k/bump-upload-artifact
Browse files Browse the repository at this point in the history
v3 is deprecated
  • Loading branch information
ale8k authored Oct 7, 2024
2 parents b60ec5a + 56294fb commit 44fcb78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/security-scan-upload/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
TRIVY_DB_REPOSITORY: ghcr.io/canonical/comsys-build-tools/trivy-db:2

- name: Upload trivy scan results as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ inputs.upload-sarif-artifact == 'true' }}
with:
name: 'trivy-security-scan-results'
Expand All @@ -74,7 +74,7 @@ runs:
repo-checkout: false

- name: Upload govuln scan results as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ inputs.upload-sarif-artifact == 'true' }}
with:
name: 'govuln-security-scan-results'
Expand Down

0 comments on commit 44fcb78

Please sign in to comment.