Skip to content

Commit fcb0098

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 49a5484 commit fcb0098

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
@@ -210,7 +210,7 @@ jobs:
210210
targets: wasm32-wasi
211211

212212
- name: Download All Artifacts
213-
uses: actions/download-artifact@v5
213+
uses: actions/download-artifact@v6
214214
with:
215215
path: artifacts/
216216

@@ -376,7 +376,7 @@ jobs:
376376
uses: actions/checkout@v5
377377

378378
- name: Download All Build Artifacts
379-
uses: actions/download-artifact@v5
379+
uses: actions/download-artifact@v6
380380
with:
381381
path: artifacts/
382382

0 commit comments

Comments
 (0)