Skip to content

Commit b91418d

Browse files
chore(ci): bump the ci-deps group with 1 update (#479)
Bumps the ci-deps group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4.1.2 to 4.1.3 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@eaceaf8...87c5514) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 78a3170 commit b91418d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
egress-policy: audit
169169

170170
- name: Download artifacts from build
171-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
171+
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
172172
with:
173173
path: release/
174174
- name: Generate provenance subjects

.github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
env:
148148
RUSTFLAGS: ${{ matrix.rustflags }}
149149
- name: Download rsonpath-test artifact
150-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
150+
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
151151
with:
152152
name: ${{ needs.test-gen.outputs.artifact-name }}
153153
path: ${{ needs.test-gen.outputs.artifact-path }}
@@ -210,7 +210,7 @@ jobs:
210210
env:
211211
RUSTFLAGS: "-C link-arg=-fuse-ld=lld --deny warnings"
212212
- name: Download rsonpath-test artifact
213-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
213+
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
214214
with:
215215
name: ${{ needs.test-gen.outputs.artifact-name }}
216216
path: ${{ needs.test-gen.outputs.artifact-path }}

0 commit comments

Comments
 (0)