Skip to content

Commit 29fc359

Browse files
dependabot[bot]facutuesca
authored andcommitted
build(deps): bump actions/download-artifact in the actions group
Bumps the actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4.1.9 to 4.2.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@cc20338...b14cf4c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2058510 commit 29fc359

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@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
49+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # 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@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
70+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4
7171
with:
7272
name: distributions
7373
path: dist/

0 commit comments

Comments
 (0)