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:
bors 2024-09-04 16:31:41 +00:00
commit aec61c4a6e

View File

@ -162,7 +162,7 @@ jobs:
find $DIR ! -executable -o -type d ! -path $DIR | xargs rm -rf
- name: Upload Binaries
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: binaries
path: target/debug
@ -202,7 +202,7 @@ jobs:
# Download
- name: Download target dir
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: binaries
path: target/debug