We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c335a5 commit 60bd77cCopy full SHA for 60bd77c
.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@0b2256b8c012f0828dc542b3febcab082c67f72b
+ uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
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