Skip to content

Commit

Permalink
Update deprecated gh action. (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
misterdorito authored Oct 8, 2024
1 parent 52755c3 commit 95dc7c3
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 95dc7c3

Please sign in to comment.