Skip to content

Commit d8f4ab2

Browse files
chore(deps): bump actions/download-artifact from 3.0.0 to 3.0.1 (#352)
1 parent a24ffef commit d8f4ab2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
fetch-depth: 0
9999

100100
- name: Download artifact
101-
uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # v3.0.0
101+
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 # v3.0.1
102102
with:
103103
name: ${{ env.ARTIFACT_NAME }}
104104
path: dist
@@ -197,7 +197,7 @@ jobs:
197197
fetch-depth: 0
198198

199199
- name: Download provenance
200-
uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # v3.0.0
200+
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 # v3.0.1
201201
with:
202202
name: ${{ needs.provenance.outputs.provenance-name }}
203203

0 commit comments

Comments
 (0)