We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f27f55 commit 8268c67Copy full SHA for 8268c67
.github/workflows/playwright.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Run Playwright tests
25
if: ${{ !contains(github.event.pull_request.labels.*.name, 'update snapshots') }}
26
run: npm test:e2e
27
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
28
if: always()
29
with:
30
name: playwright-artifact
0 commit comments