Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Sep 4, 2024
1 parent 58cbf09 commit 005d573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clippy_bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:

# Download
- name: Download target dir
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: binaries
path: target/debug
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lintcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
fail-on-cache-miss: true

- name: Download JSON
uses: actions/download-artifact@v4
uses: actions/download-artifact@v4.1.7

- name: Diff results
# GH's summery has a maximum size of 1024k:
Expand Down

0 comments on commit 005d573

Please sign in to comment.