Bump actions/download-artifact from 3 to 4

This commit is contained in:
Philipp Krones 2024-09-04 18:17:31 +02:00
parent 58cbf09e86
commit cdb442362b
No known key found for this signature in database
GPG key ID: 1CA0DF2AF59D68A5

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