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 faa1ec6 commit 5586bd7Copy full SHA for 5586bd7
.github/workflows/e2e.yml
@@ -67,15 +67,15 @@ jobs:
67
start: bun run start
68
working-directory: e2e
69
70
- - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
+ - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
71
if: failure()
72
with:
73
compression-level: 9
74
name: cypress-${{ matrix.e2e_test }}-screenshots
75
path: e2e/cypress/screenshots
76
spec: features/${{ matrix.e2e_test }}
77
78
79
80
81
0 commit comments