Skip to content

Commit 732f7ee

Browse files
build(deps): bump actions/download-artifact in the actions group (#97)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7acf617 commit 732f7ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
attestations: write # to persist the attestation files
4747
steps:
4848
- name: Download distributions
49-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
49+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
5050
with:
5151
name: distributions
5252
path: dist/
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Download distributions
70-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
70+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
7171
with:
7272
name: distributions
7373
path: dist/

0 commit comments

Comments
 (0)