Skip to content

Commit

Permalink
build: fix for actions/upload-artifact v4 actions/upload-artifact#481
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjo committed Mar 20, 2024
1 parent 5aabc23 commit 69fb347
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/owasp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,7 @@ jobs:
if: always()
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: build-reports
path: build/reports/
name: owasp-reports
path: |
build/reports/
!build/reports/configuration-cache

0 comments on commit 69fb347

Please sign in to comment.