We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21a5e7e + 5750ef1 commit 667f7f2Copy full SHA for 667f7f2
1 file changed
.github/workflows/verify.yml
@@ -54,7 +54,7 @@ jobs:
54
-
55
name: Download artifact
56
if: ${{ steps.vars.outputs.output-type == 'local' }}
57
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
58
with:
59
pattern: ${{ steps.vars.outputs.artifact-name }}*
60
merge-multiple: true
0 commit comments