Skip to content

Commit 77bacf6

Browse files
dependabot[bot]behnazh-w
authored andcommitted
chore(deps): bump actions/download-artifact from 3.0.1 to 3.0.2 (#21)
1 parent a088d4e commit 77bacf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
fetch-depth: 0
9494

9595
- name: Download artifact
96-
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 # v3.0.1
96+
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
9797
with:
9898
name: ${{ env.ARTIFACT_NAME }}
9999
path: dist
@@ -188,7 +188,7 @@ jobs:
188188
fetch-depth: 0
189189

190190
- name: Download provenance
191-
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 # v3.0.1
191+
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
192192
with:
193193
name: ${{ needs.provenance.outputs.provenance-name }}
194194

0 commit comments

Comments
 (0)