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 439706b commit 0bb9d42Copy full SHA for 0bb9d42
.github/workflows/nodejs.yml
@@ -36,14 +36,14 @@ jobs:
36
mkdir ./tests/e2e/screenshots
37
npm run test:e2e:actions
38
- name: Upload failure screenshots
39
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
40
if: failure()
41
with:
42
name: failure-screenshots
43
path: ./tests/e2e/screenshots
44
if-no-files-found: ignore
45
- name: Upload screenshots
46
47
48
name: screenshots
49
0 commit comments