We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7d0e9 commit 7d9f258Copy full SHA for 7d9f258
.github/workflows/ci-cd.yml
@@ -58,7 +58,7 @@ jobs:
58
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
59
E2E_NO_CACHE_ON_RERUN: ${{ github.run_attempt }}
60
- name: Save Cypress artifacts
61
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
+ uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
62
if: failure()
63
with:
64
path: packages/e2e/cypress/screenshots
.github/workflows/test-against-nextjs-release.yml
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
45
0 commit comments