Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit 1518ae1

Browse files
authored
Update screenshot-on-pr.yml
1 parent 79b94cd commit 1518ae1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/screenshot-on-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929

3030
- name: Resolve dependencies
3131
run: |
32-
# Fix lockfile issues
3332
npm install --package-lock-only --ignore-scripts
3433
npm install
3534
@@ -39,8 +38,9 @@ jobs:
3938
- name: Capture GUI screenshots
4039
run: node scripts/screenshot.js
4140

41+
# FIXED ARTIFACT UPLOAD - USE v4
4242
- name: Upload screenshots
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: gui-screenshots
4646
path: tests_artifacts/*.png

0 commit comments

Comments
 (0)