Skip to content

Commit a9b88cf

Browse files
build(deps): bump actions/download-artifact in the actions group (#177)
1 parent a2d8eda commit a9b88cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
49+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
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@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
70+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
7171
with:
7272
name: distributions
7373
path: dist/

0 commit comments

Comments
 (0)