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 a088d4e commit 77bacf6Copy full SHA for 77bacf6
.github/workflows/release.yaml
@@ -93,7 +93,7 @@ jobs:
93
fetch-depth: 0
94
95
- name: Download artifact
96
- uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 # v3.0.1
+ uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
97
with:
98
name: ${{ env.ARTIFACT_NAME }}
99
path: dist
@@ -188,7 +188,7 @@ jobs:
188
189
190
- name: Download provenance
191
192
193
name: ${{ needs.provenance.outputs.provenance-name }}
194
0 commit comments