Skip to content

Commit 2328673

Browse files
dependabot[bot]codeart1st
authored andcommitted
chore(deps): bump actions/download-artifact in the actions group
Bumps the actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b4159b commit 2328673

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
submodules: recursive
138138

139139
- name: Download wasm-pack build output
140-
uses: actions/download-artifact@v8.0.0
140+
uses: actions/download-artifact@v8.0.1
141141
with:
142142
name: wasm-pack-build
143143
path: pkg

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: ./.github/actions/prepare-build-env
3535

3636
- name: Download wasm-pack build output
37-
uses: actions/download-artifact@v8.0.0
37+
uses: actions/download-artifact@v8.0.1
3838
with:
3939
name: wasm-pack-build
4040
path: pkg

0 commit comments

Comments
 (0)