Skip to content

Commit 080644e

Browse files
Update Artifact GitHub Actions dependencies (#23676)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | actions/download-artifact | action | digest | `37930b1` → `70fc10c` | | actions/upload-artifact | action | digest | `b7c566a` → `bbbca2d` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/ruff). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40My4yIiwidXBkYXRlZEluVmVyIjoiNDMuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW50ZXJuYWwiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
1 parent af3c21b commit 080644e

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.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@d3f86a106a0bac45b974a628896c90dbdf5c8093
24+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
2525
with:
2626
pattern: artifacts-*
2727
path: artifacts

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
shell: bash
7171
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.31.0/cargo-dist-installer.sh | sh"
7272
- name: Cache dist
73-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
73+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
7474
with:
7575
name: cargo-dist-cache
7676
path: ~/.cargo/bin/dist
@@ -86,7 +86,7 @@ jobs:
8686
cat plan-dist-manifest.json
8787
echo "manifest=$(jq -c "." plan-dist-manifest.json)" >> "$GITHUB_OUTPUT"
8888
- name: "Upload dist-manifest.json"
89-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
89+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
9090
with:
9191
name: artifacts-plan-dist-manifest
9292
path: plan-dist-manifest.json
@@ -140,14 +140,14 @@ jobs:
140140
persist-credentials: false
141141
submodules: recursive
142142
- name: Install cached dist
143-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
143+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
144144
with:
145145
name: cargo-dist-cache
146146
path: ~/.cargo/bin/
147147
- run: chmod +x ~/.cargo/bin/dist
148148
# Get all the local artifacts for the global tasks to use (for e.g. checksums)
149149
- name: Fetch local artifacts
150-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
150+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
151151
with:
152152
pattern: artifacts-*
153153
path: target/distrib/
@@ -165,7 +165,7 @@ jobs:
165165
166166
cp dist-manifest.json "$BUILD_MANIFEST_NAME"
167167
- name: "Upload artifacts"
168-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
168+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
169169
with:
170170
name: artifacts-build-global
171171
path: |
@@ -192,14 +192,14 @@ jobs:
192192
persist-credentials: false
193193
submodules: recursive
194194
- name: Install cached dist
195-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
195+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
196196
with:
197197
name: cargo-dist-cache
198198
path: ~/.cargo/bin/
199199
- run: chmod +x ~/.cargo/bin/dist
200200
# Fetch artifacts from scratch-storage
201201
- name: Fetch artifacts
202-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
202+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
203203
with:
204204
pattern: artifacts-*
205205
path: target/distrib/
@@ -213,7 +213,7 @@ jobs:
213213
cat dist-manifest.json
214214
echo "manifest=$(jq -c "." dist-manifest.json)" >> "$GITHUB_OUTPUT"
215215
- name: "Upload dist-manifest.json"
216-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
216+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
217217
with:
218218
# Overwrite the previous copy
219219
name: artifacts-dist-manifest
@@ -273,7 +273,7 @@ jobs:
273273
submodules: recursive
274274
# Create a GitHub Release while uploading all files to it
275275
- name: "Download GitHub Artifacts"
276-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
276+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
277277
with:
278278
pattern: artifacts-*
279279
path: artifacts

dist-workspace.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ global = "depot-ubuntu-latest-4"
7373

7474
[dist.github-action-commits]
7575
"actions/checkout" = "de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
76-
"actions/upload-artifact" = "b7c566a772e6b6bfb58ed0dc250532a479d7789f" # v6.0.0
77-
"actions/download-artifact" = "37930b1c2abaa49bbe596cd826c3c89aef350131" # v7.0.0
76+
"actions/upload-artifact" = "bbbca2ddaa5d8feaa63e36b76fdaad77386f024f" # v7.0.0
77+
"actions/download-artifact" = "70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3" # v8.0.0
7878
"actions/attest-build-provenance" = "a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32" # v4.1.0

0 commit comments

Comments
 (0)