Skip to content

Commit 96ff784

Browse files
chore(deps): update actions/download-artifact action to v5 (#3068)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ac459ed commit 96ff784

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
run: npm ci
263263

264264
- name: Download blob reports from GitHub Actions Artifacts
265-
uses: actions/download-artifact@v4
265+
uses: actions/download-artifact@v5
266266
with:
267267
path: all-blob-reports
268268
pattern: blob-report-${{ matrix.version }}-*

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
uses: denoland/setup-deno@v1
238238

239239
- name: Download Artifacts
240-
uses: actions/download-artifact@v4
240+
uses: actions/download-artifact@v5
241241
with:
242242
pattern: test-result-${{matrix.version_spec.selector}}-*
243243
path: artifacts

0 commit comments

Comments
 (0)