Skip to content

Commit 0bb9d42

Browse files
committed
fix test build
1 parent 439706b commit 0bb9d42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ jobs:
3636
mkdir ./tests/e2e/screenshots
3737
npm run test:e2e:actions
3838
- name: Upload failure screenshots
39-
uses: actions/upload-artifact@v2
39+
uses: actions/upload-artifact@v4
4040
if: failure()
4141
with:
4242
name: failure-screenshots
4343
path: ./tests/e2e/screenshots
4444
if-no-files-found: ignore
4545
- name: Upload screenshots
46-
uses: actions/upload-artifact@v2
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: screenshots
4949
path: ./tests/e2e/screenshots

0 commit comments

Comments
 (0)