Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent 096a5ef commit 4e80c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Anchore scan SARIF
path: results.sarif
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: trivy-results.sarif
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Trivy scan SARIF
path: trivy-results.sarif
Expand Down

0 comments on commit 4e80c7b

Please sign in to comment.