We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c6558 commit a8e89f8Copy full SHA for a8e89f8
.github/workflows/ci-cd.yml
@@ -59,7 +59,7 @@ jobs:
59
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
60
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
61
- name: Save Cypress artifacts
62
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
+ uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
63
if: failure()
64
with:
65
path: packages/e2e/cypress/screenshots
.github/workflows/test-against-nextjs-release.yml
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
46
0 commit comments