We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 700491f + fb55afd commit 122c0c3Copy full SHA for 122c0c3
1 file changed
.github/workflows/playwright.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Upload blob report to GitHub Actions Artifacts
60
if: ${{ !cancelled() }}
61
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
62
with:
63
name: blob-report-${{ matrix.shardIndex }}
64
path: blob-report
@@ -96,7 +96,7 @@ jobs:
96
run: npx playwright merge-reports --reporter html,github ./all-blob-reports
97
98
- name: Upload HTML report
99
100
101
name: html-report--attempt-${{ github.run_attempt }}
102
path: playwright-report
0 commit comments