Skip to content

Commit

Permalink
Merge pull request #1116 from Dockbox-OSS/chore/update-upload-artifac…
Browse files Browse the repository at this point in the history
…t-workflow-step

Update actions/upload-artifact to v4 in dependency check workflow
  • Loading branch information
GuusLieben authored Oct 25, 2024
2 parents 6c379b4 + f6e933b commit 93606be
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 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
path: /hartshorn-*/target/dependency-check-report.html
name: OWASP dependency check report
path: '**/target/dependency-check-report.html'
if-no-files-found: error
retention-days: 7

0 comments on commit 93606be

Please sign in to comment.