We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d0eb27 + 94eb9eb commit cf258daCopy full SHA for cf258da
3 files changed
.github/actions/setup/action.yml
@@ -68,7 +68,7 @@ runs:
68
shell: bash
69
70
- name: Upload Playwright report
71
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
72
if: ${{ !cancelled() }}
73
with:
74
name: playwright-report
.github/workflows/ci.yml
@@ -88,7 +88,7 @@ jobs:
88
./scripts/bundle-sizes.sh
89
90
- name: Upload current stats as artifact
91
92
93
name: bundle-size-stats-pr-${{ github.event.pull_request.number }}
94
path: |
.github/workflows/publish.yml
@@ -87,7 +87,7 @@ jobs:
87
cat previous_sizes.json
- name: Upload baseline bundle sizes
name: bundle-size-baseline
path: previous_sizes.json
0 commit comments