We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31bc00d commit 8edb95cCopy full SHA for 8edb95c
1 file changed
.github/workflows/pr.yaml
@@ -62,7 +62,7 @@ jobs:
62
run: |
63
source ../../.venv/bin/activate
64
pnpm run test:e2e
65
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
66
if: ${{ !cancelled() }}
67
with:
68
name: playwright-report
0 commit comments