Skip to content

Commit 1aad961

Browse files
ci(deps): bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c1b2525 commit 1aad961

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
targets: wasm32-wasi
213213

214214
- name: Download All Artifacts
215-
uses: actions/download-artifact@v5
215+
uses: actions/download-artifact@v6
216216
with:
217217
path: artifacts/
218218

@@ -379,7 +379,7 @@ jobs:
379379
uses: actions/checkout@v5
380380

381381
- name: Download All Build Artifacts
382-
uses: actions/download-artifact@v5
382+
uses: actions/download-artifact@v6
383383
with:
384384
path: artifacts/
385385

0 commit comments

Comments
 (0)