Skip to content

Commit 50258d0

Browse files
committed
Bump version
1 parent e58d914 commit 50258d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cypress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ jobs:
5757
with:
5858
wait-on: http://localhost:5678
5959
working-directory: "@app/e2e"
60-
- uses: actions/upload-artifact@v1
60+
- uses: actions/upload-artifact@v4
6161
if: failure()
6262
with:
6363
name: cypress-screenshots
6464
path: "@app/e2e/cypress/screenshots"
65-
- uses: actions/upload-artifact@v1
65+
- uses: actions/upload-artifact@v4
6666
if: failure()
6767
with:
6868
name: cypress-videos

0 commit comments

Comments
 (0)