We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c481a commit d436026Copy full SHA for d436026
.github/workflows/ci.yml
@@ -351,13 +351,13 @@ jobs:
351
352
steps:
353
- name: Download artifact
354
- uses: actions/download-artifact@v1
+ uses: actions/download-artifact@v4.1.7
355
with:
356
name: ${{ matrix.config.artifact }}
357
path: ./
358
359
- name: Download URL
360
361
362
name: upload_url
363
0 commit comments