Skip to content

Commit 01ee1fc

Browse files
committed
Update dev.yml
1 parent 19ecbd1 commit 01ee1fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v1
13+
uses: actions/checkout@v4
1414
- name: Cypress run
1515
uses: cypress-io/github-action@v2
1616
with:
@@ -22,13 +22,13 @@ jobs:
2222
CYPRESS_TESTING_HSLID_USERNAME: ${{ secrets.CYPRESS_TESTING_HSLID_USERNAME }}
2323
CYPRESS_TESTING_HSLID_PASSWORD: ${{ secrets.CYPRESS_TESTING_HSLID_PASSWORD }}
2424
- name: Upload screenshot artifacts
25-
uses: actions/upload-artifact@v1
25+
uses: actions/upload-artifact@v4
2626
if: failure()
2727
with:
2828
name: cypress-screenshots
2929
path: cypress/screenshots
3030
- name: Upload video artifacts
31-
uses: actions/upload-artifact@v1
31+
uses: actions/upload-artifact@v4
3232
if: always()
3333
with:
3434
name: cypress-videos

0 commit comments

Comments
 (0)