Skip to content

Commit 694bb5e

Browse files
author
Dmitry Nishcheta
committed
Try to fix test job
1 parent 3b88004 commit 694bb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: 18
1818
- run: npm ci
1919
- run: npm run test:screenshots
20-
- uses: actions/upload-artifact@v3
20+
- uses: actions/upload-artifact@v4
2121
if: ${{ failure() }}
2222
with:
2323
path: test/screenshots/__screenshots__/**/__diff_output__/*.png

0 commit comments

Comments
 (0)