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 260d1e0 + 9fd2a8f commit 097ad00Copy full SHA for 097ad00
1 file changed
.github/workflows/test.yml
@@ -64,7 +64,7 @@ jobs:
64
node-version: "22.18.0"
65
66
- name: Download all coverage artifacts
67
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
68
with:
69
pattern: coverage-*
70
path: coverage-artifacts/
@@ -144,7 +144,7 @@ jobs:
144
run: cd src/view && pnpm install
145
146
- name: Download all blob reports
147
148
149
pattern: blob-report-*
150
path: all-blob-reports/
0 commit comments