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 c8deb62 + 2fd38c3 commit dc0d46eCopy full SHA for dc0d46e
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@v6
+ uses: actions/download-artifact@v7
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