Skip to content

Commit 005d573

Browse files
committed
Bump actions/download-artifact from 3 to 4.1.7
1 parent 58cbf09 commit 005d573

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/clippy_bors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202

203203
# Download
204204
- name: Download target dir
205-
uses: actions/download-artifact@v3
205+
uses: actions/download-artifact@v4.1.7
206206
with:
207207
name: binaries
208208
path: target/debug

.github/workflows/lintcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
fail-on-cache-miss: true
113113

114114
- name: Download JSON
115-
uses: actions/download-artifact@v4
115+
uses: actions/download-artifact@v4.1.7
116116

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

0 commit comments

Comments
 (0)