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.
1 parent ac459ed commit 96ff784Copy full SHA for 96ff784
.github/workflows/run-tests.yml
@@ -262,7 +262,7 @@ jobs:
262
run: npm ci
263
264
- name: Download blob reports from GitHub Actions Artifacts
265
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
266
with:
267
path: all-blob-reports
268
pattern: blob-report-${{ matrix.version }}-*
.github/workflows/test-e2e.yml
@@ -237,7 +237,7 @@ jobs:
237
uses: denoland/setup-deno@v1
238
239
- name: Download Artifacts
240
241
242
pattern: test-result-${{matrix.version_spec.selector}}-*
243
path: artifacts
0 commit comments