We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d5dcb commit 1113003Copy full SHA for 1113003
.github/workflows/mend-scan.yml
@@ -42,13 +42,13 @@ jobs:
42
java -jar wss-unified-agent.jar
43
fi
44
- name: 'Upload WhiteSource folder'
45
- uses: actions/upload-artifact@4
+ uses: actions/upload-artifact@3
46
with:
47
name: Mend
48
path: whitesource
49
retention-days: 14
50
- name: 'Upload Mend folder if failure'
51
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v3
52
if: failure()
53
54
.github/workflows/playwright.yml
@@ -17,7 +17,7 @@ jobs:
17
run: npm run build:dev:ci
18
- name: Install Playwright
19
run: npx playwright install --with-deps
20
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v3
21
if: always()
22
23
name: playwright-report
0 commit comments