Skip to content

Commit 8679a7a

Browse files
committed
Updated file name and upload-artifact version
1 parent b10edd3 commit 8679a7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
env:
2929
CI: true
3030
- name: Generate Visual Test Report
31-
run: node test/unit/visual/generate-visual-report.js
31+
run: node test/unit/visual/visual-report.js
3232
env:
3333
CI: true
3434
- name: Upload Visual Test Report
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: visual-test-report
3838
path: test/unit/visual/visual-report.html

0 commit comments

Comments
 (0)