Skip to content

Commit

Permalink
Update mend-scan.yml
Browse files Browse the repository at this point in the history
use v4 artifacts
  • Loading branch information
miratim authored Oct 23, 2024
1 parent 02feccb commit 13a3007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mend-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
java -jar wss-unified-agent.jar
fi
- name: 'Upload WhiteSource folder'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Mend
path: whitesource
retention-days: 14
- name: 'Upload Mend folder if failure'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: Mend
Expand Down

0 comments on commit 13a3007

Please sign in to comment.