Skip to content

Commit 6f09bda

Browse files
committed
Auto merge of #13343 - flip1995:aftifacts-action-update, r=flip1995
Bump actions/download-artifact from 3 to 4.1.7 r? `@ghost` changelog: none
2 parents 58cbf09 + 005d573 commit 6f09bda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/clippy_bors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202

203203
# Download
204204
- name: Download target dir
205-
uses: actions/download-artifact@v3
205+
uses: actions/download-artifact@v4.1.7
206206
with:
207207
name: binaries
208208
path: target/debug

.github/workflows/lintcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
fail-on-cache-miss: true
113113

114114
- name: Download JSON
115-
uses: actions/download-artifact@v4
115+
uses: actions/download-artifact@v4.1.7
116116

117117
- name: Diff results
118118
# GH's summery has a maximum size of 1024k:

0 commit comments

Comments
 (0)