We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abff786 + ef23d1f commit ad794f9Copy full SHA for ad794f9
1 file changed
.github/workflows/verify.yml
@@ -89,7 +89,7 @@ jobs:
89
-
90
name: Download artifacts
91
if: ${{ steps.vars.outputs.signed == 'true' && steps.vars.outputs.output-type == 'local' }}
92
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
+ uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
93
with:
94
name: ${{ steps.vars.outputs.artifact-name }}
95
0 commit comments