diff options
| author | Philipp Krones <hello@philkrones.com> | 2024-09-04 18:17:31 +0200 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2024-09-04 18:28:38 +0200 |
| commit | cdb442362b464472f1ede46f5b2763811978c2bf (patch) | |
| tree | 35a9fff23877bfb1dd56cab837b0f019179e4dd0 | |
| parent | 58cbf09e86799729ec53c555ed7ece6f6d9d37eb (diff) | |
| download | rust-cdb442362b464472f1ede46f5b2763811978c2bf.tar.gz rust-cdb442362b464472f1ede46f5b2763811978c2bf.zip | |
Bump actions/download-artifact from 3 to 4
| -rw-r--r-- | .github/workflows/clippy_bors.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/clippy_bors.yml b/.github/workflows/clippy_bors.yml index 2aa13313fa5..026771e6fcf 100644 --- a/.github/workflows/clippy_bors.yml +++ b/.github/workflows/clippy_bors.yml @@ -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 |
