We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58cbf09 commit 005d573Copy full SHA for 005d573
.github/workflows/clippy_bors.yml
@@ -202,7 +202,7 @@ jobs:
202
203
# Download
204
- name: Download target dir
205
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.7
206
with:
207
name: binaries
208
path: target/debug
.github/workflows/lintcheck.yml
@@ -112,7 +112,7 @@ jobs:
112
fail-on-cache-miss: true
113
114
- name: Download JSON
115
- uses: actions/download-artifact@v4
116
117
- name: Diff results
118
# GH's summery has a maximum size of 1024k:
0 commit comments