Auto merge of #13343 - flip1995:aftifacts-action-update, r=flip1995
Bump actions/download-artifact from 3 to 4 r? `@ghost` changelog: none
This commit is contained in:
commit
aec61c4a6e
4
.github/workflows/clippy_bors.yml
vendored
4
.github/workflows/clippy_bors.yml
vendored
@ -162,7 +162,7 @@ jobs:
|
|||||||
find $DIR ! -executable -o -type d ! -path $DIR | xargs rm -rf
|
find $DIR ! -executable -o -type d ! -path $DIR | xargs rm -rf
|
||||||
|
|
||||||
- name: Upload Binaries
|
- name: Upload Binaries
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: binaries
|
name: binaries
|
||||||
path: target/debug
|
path: target/debug
|
||||||
@ -202,7 +202,7 @@ jobs:
|
|||||||
|
|
||||||
# Download
|
# Download
|
||||||
- name: Download target dir
|
- name: Download target dir
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: binaries
|
name: binaries
|
||||||
path: target/debug
|
path: target/debug
|
||||||
|
Loading…
Reference in New Issue
Block a user