We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 505819c + 9ea8a1b commit 1d634edCopy full SHA for 1d634ed
.github/workflows/01-cypress.yml
@@ -33,7 +33,7 @@ jobs:
33
config: pageLoadTimeout=100000,baseUrl=http://localhost:8080
34
35
- name: 🛗 Upload Artifacts
36
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
37
# after the test run completes
38
# store videos and any screenshots
39
# NOTE: screenshots will be generated only if an E2E test failed
@@ -42,7 +42,7 @@ jobs:
42
with:
43
name: cypress-screenshots
44
path: e2e/cypress/screenshots
45
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
46
# Test run video was always captured, so this action uses "always()" condition
47
if: always()
48
0 commit comments