Skip to content

Commit b658bb5

Browse files
Bump actions/download-artifact from 6 to 7 (#1104)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent abb5405 commit b658bb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
run: sudo apt-get update && sudo apt-get --assume-yes install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
122122
if: matrix.target == 'aarch64-unknown-linux-gnu'
123123

124-
- uses: actions/download-artifact@v6
124+
- uses: actions/download-artifact@v7
125125
with:
126126
name: plugin
127127
path: target/wasm32-wasip1/release/

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cache-prefix: native
5858

5959
- name: Download plugins
60-
uses: actions/download-artifact@v6
60+
uses: actions/download-artifact@v7
6161
with:
6262
name: plugins
6363
path: target/

0 commit comments

Comments
 (0)