Skip to content

Commit 5e7db29

Browse files
authored
Update actions/download-artifact to v5 (#15726)
Update actions/download-artifact to v5 as per [this](https://github.com/actions/download-artifact?tab=readme-ov-file#usage) changelog: none
2 parents 507a7ec + 2f6503d commit 5e7db29

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/clippy_mq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
182182
# Download
183183
- name: Download target dir
184-
uses: actions/download-artifact@v4
184+
uses: actions/download-artifact@v5
185185
with:
186186
name: binaries
187187
path: target/debug

.github/workflows/lintcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
fail-on-cache-miss: true
127127

128128
- name: Download JSON
129-
uses: actions/download-artifact@v4
129+
uses: actions/download-artifact@v5
130130

131131
- name: Store PR number
132132
run: echo ${{ github.event.pull_request.number }} > pr.txt

.github/workflows/lintcheck_summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: ${{ github.event.workflow_run.conclusion == 'success' }}
2828
steps:
2929
- name: Download artifact
30-
uses: actions/download-artifact@v4
30+
uses: actions/download-artifact@v5
3131
with:
3232
name: summary
3333
path: untrusted

0 commit comments

Comments
 (0)