We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed2301 commit d23484cCopy full SHA for d23484c
.github/workflows/test-e2e.yml
@@ -64,12 +64,12 @@ jobs:
64
- name: Run end-to-end tests 🧪
65
run: cd nuxt && NODE_TLS_REJECT_UNAUTHORIZED=0 yarn test:e2e
66
67
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
68
if: failure()
69
with:
70
name: cypress-screenshots
71
path: nuxt/cypress/screenshots
72
73
if: always()
74
75
name: cypress-videos
0 commit comments