Skip to content

Commit aec61c4

Browse files
committed
Auto merge of rust-lang#13343 - flip1995:aftifacts-action-update, r=flip1995
Bump actions/download-artifact from 3 to 4 r? `@ghost` changelog: none
2 parents 58cbf09 + cdb4423 commit aec61c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clippy_bors.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
find $DIR ! -executable -o -type d ! -path $DIR | xargs rm -rf
163163
164164
- name: Upload Binaries
165-
uses: actions/upload-artifact@v3
165+
uses: actions/upload-artifact@v4
166166
with:
167167
name: binaries
168168
path: target/debug
@@ -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
206206
with:
207207
name: binaries
208208
path: target/debug

0 commit comments

Comments
 (0)