Skip to content

Commit

Permalink
Merge pull request #313 from puzzle/renovate/major-github-artifact-ac…
Browse files Browse the repository at this point in the history
…tions

Update actions/upload-artifact action to v4
  • Loading branch information
fmacheleidt authored Apr 2, 2024
2 parents 5d83d7e + 37685bc commit 73f200d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
severity: 'CRITICAL,HIGH'
-
name: Archive vulnerability scan results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: trivy-results-build
path: trivy-results.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
severity: 'CRITICAL,HIGH'
-
name: Archive vulnerability scan results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: trivy-results-main
path: trivy-results.txt
Expand Down

0 comments on commit 73f200d

Please sign in to comment.