We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4c15ba + 3ea0db5 commit 2e33b68Copy full SHA for 2e33b68
1 file changed
.github/workflows/ci.yml
@@ -81,7 +81,7 @@ jobs:
81
run: pnpm test
82
- name: Upload test artifacts
83
if: ${{ !cancelled() }}
84
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
85
with:
86
name: playwright-report
87
path: '**/playwright-report/**/*'
0 commit comments