Skip to content

Commit 7a3ba1c

Browse files
dependabot[bot]rvolosatovs
authored andcommitted
build(deps): bump actions/download-artifact from 8.0.0 to 8.0.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@70fc10c...3e5f45b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dbea456 commit 7a3ba1c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/wrpc.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ jobs:
127127
needs: build-bin
128128
runs-on: macos-latest
129129
steps:
130-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
130+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
131131
with:
132132
name: wrpc-aarch64-apple-darwin
133133
path: aarch64
134-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
134+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
135135
with:
136136
name: wrpc-x86_64-apple-darwin
137137
path: x86_64
@@ -159,7 +159,7 @@ jobs:
159159
runs-on: ubuntu-24.04
160160
needs: build-bin
161161
steps:
162-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
162+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
163163
with:
164164
name: wrpc-x86_64-unknown-linux-musl
165165
- run: chmod +x ./bin/wit-bindgen-wrpc
@@ -172,7 +172,7 @@ jobs:
172172
runs-on: windows-latest
173173
needs: build-bin
174174
steps:
175-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
175+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
176176
with:
177177
name: wrpc-x86_64-pc-windows-gnu
178178
- run: .\bin\wit-bindgen-wrpc.exe --version
@@ -434,7 +434,7 @@ jobs:
434434
fi
435435
cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
436436
437-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
437+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
438438
with:
439439
path: artifacts
440440

0 commit comments

Comments
 (0)