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 6d58ce4 commit b3bbab5Copy full SHA for b3bbab5
1 file changed
.github/workflows/build.yaml
@@ -24,12 +24,12 @@ jobs:
24
run: pnpm build
25
- name: Test
26
run: pnpm run test:run
27
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
28
if: failure()
29
with:
30
name: cypress-screenshots
31
path: cypress/screenshots
32
33
if: always()
34
35
name: cypress-videos
0 commit comments