Skip to content

Commit

Permalink
Update actions/upload-artifact to v4 in dependency check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GuusLieben committed Oct 25, 2024
1 parent 6c379b4 commit 93fb066
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/prebuild.dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
run: mvn dependency-check:check -Dowasp.skip=false -DnvdApiKey=$NVD_API_KEY -P ci
- name: Archive dependency reports
uses: actions/upload-artifact@v2
if: always()
uses: actions/upload-artifact@v4
with:
name: dependency-check-report
name: OWASP dependency check report
path: /hartshorn-*/target/dependency-check-report.html
if-no-files-found: error
retention-days: 7

0 comments on commit 93fb066

Please sign in to comment.