Skip to content

Commit

Permalink
Update mend-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
feenr authored Oct 4, 2024
1 parent ef4fb6f commit 3422831
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/mend-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
push:
branches:
- 'master'
schedule:
- cron: '0 0 * * 1'
jobs:
mendscan:
env:
Expand Down Expand Up @@ -40,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 3422831

Please sign in to comment.