Skip to content

Commit

Permalink
Fix mend failures
Browse files Browse the repository at this point in the history
  • Loading branch information
feenr authored Oct 4, 2024
1 parent 09c071f commit fc92718
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 @@ -42,13 +42,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 fc92718

Please sign in to comment.