Skip to content

Commit 1f30d7c

Browse files
Update artifact github actions dependencies (#3113)
## Summary Update to 8.0.1 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 255ef63 commit 1f30d7c

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/build-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
packages: write
124124
steps:
125125
- name: Download digests
126-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
126+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
127127
with:
128128
path: /tmp/digests
129129
pattern: digests-*
@@ -301,7 +301,7 @@ jobs:
301301
packages: write
302302
steps:
303303
- name: Download digests
304-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
304+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
305305
with:
306306
path: /tmp/digests
307307
pattern: digests-*

.github/workflows/publish-mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
VERSION: ${{ fromJson(inputs.plan).announcement_tag }}
2222
steps:
2323
- name: "Download GitHub Artifacts"
24-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
24+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
2525
with:
2626
pattern: artifacts-*
2727
path: artifacts

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: "Install uv"
2525
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
26-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
26+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
2727
with:
2828
pattern: wheels-*
2929
path: wheels

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@ jobs:
130130
persist-credentials: false
131131
submodules: recursive
132132
- name: Install cached dist
133-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
133+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
134134
with:
135135
name: cargo-dist-cache
136136
path: ~/.cargo/bin/
137137
- run: chmod +x ~/.cargo/bin/dist
138138
# Get all the local artifacts for the global tasks to use (for e.g. checksums)
139139
- name: Fetch local artifacts
140-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
140+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
141141
with:
142142
pattern: artifacts-*
143143
path: target/distrib/
@@ -181,14 +181,14 @@ jobs:
181181
persist-credentials: false
182182
submodules: recursive
183183
- name: Install cached dist
184-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
184+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
185185
with:
186186
name: cargo-dist-cache
187187
path: ~/.cargo/bin/
188188
- run: chmod +x ~/.cargo/bin/dist
189189
# Fetch artifacts from scratch-storage
190190
- name: Fetch artifacts
191-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
191+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
192192
with:
193193
pattern: artifacts-*
194194
path: target/distrib/
@@ -246,7 +246,7 @@ jobs:
246246
submodules: recursive
247247
# Create a GitHub Release while uploading all files to it
248248
- name: "Download GitHub Artifacts"
249-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
249+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
250250
with:
251251
pattern: artifacts-*
252252
path: artifacts

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ global = "depot-ubuntu-latest-4"
8181
[dist.github-action-commits]
8282
"actions/checkout" = "0c366fd6a839edf440554fa01a7085ccba70ac98" # v6.0.2
8383
"actions/upload-artifact" = "bbbca2ddaa5d8feaa63e36b76fdaad77386f024f" # v7.0.0
84-
"actions/download-artifact" = "70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3" # v8.0.0
84+
"actions/download-artifact" = "3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c" # v8.0.1
8585
"actions/attest-build-provenance" = "00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8" # v3.1.0

0 commit comments

Comments
 (0)