Skip to content

Commit 4a04c5b

Browse files
authored
Fix mend failures (#223)
* Fix mend failures * Update mend schedule to weekly
1 parent 03803dc commit 4a04c5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mend-scan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- 'master'
99
schedule:
10-
- cron: '0 0 * * *'
10+
- cron: '0 0 * * 1'
1111
jobs:
1212
mendscan:
1313
env:
@@ -40,13 +40,13 @@ jobs:
4040
java -jar wss-unified-agent.jar
4141
fi
4242
- name: 'Upload WhiteSource folder'
43-
uses: actions/upload-artifact@v2
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: Mend
4646
path: whitesource
4747
retention-days: 14
4848
- name: 'Upload Mend folder if failure'
49-
uses: actions/upload-artifact@v2
49+
uses: actions/upload-artifact@v4
5050
if: failure()
5151
with:
5252
name: Mend

0 commit comments

Comments
 (0)