Skip to content

Commit

Permalink
Auto merge of #13343 - flip1995:aftifacts-action-update, r=flip1995
Browse files Browse the repository at this point in the history
Bump actions/download-artifact from 3 to 4.1.7

r? `@ghost`

changelog: none
  • Loading branch information
bors committed Sep 4, 2024
2 parents 58cbf09 + cdb4423 commit 2a7fd90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clippy_bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2a7fd90

Please sign in to comment.