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.
2 parents 45b550d + daa216f commit ff2be45Copy full SHA for ff2be45
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
run: npx playwright install --with-deps
25
- name: Run Playwright tests
26
run: npx playwright test --update-snapshots
27
- - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
+ - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
28
if: always()
29
with:
30
name: playwright-report
0 commit comments