File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v1
13+ uses : actions/checkout@v4
1414 - name : Cypress run
15- uses : cypress-io/github-action@v2
15+ uses : cypress-io/github-action@v6
1616 with :
1717 config-file : /cypress.dev.json
1818 env :
@@ -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
You can’t perform that action at this time.
0 commit comments