We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58cbf09 commit cdb4423Copy full SHA for cdb4423
.github/workflows/clippy_bors.yml
@@ -162,7 +162,7 @@ jobs:
162
find $DIR ! -executable -o -type d ! -path $DIR | xargs rm -rf
163
164
- name: Upload Binaries
165
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
166
with:
167
name: binaries
168
path: target/debug
@@ -202,7 +202,7 @@ jobs:
202
203
# Download
204
- name: Download target dir
205
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
206
207
208
0 commit comments