Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Commit 1a12074

Browse files
committed
fix: update upload-artifact action to version 4
1 parent 02cde45 commit 1a12074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-screenshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npm run test:update
2929

3030
- name: Upload failed screenshots as artifacts
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3232
if: failure()
3333
with:
3434
name: failed_screenshots

0 commit comments

Comments
 (0)