Skip to content

Commit 2d149ed

Browse files
chore(deps): bump actions/download-artifact from 4.1.8 to 4.3.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.3.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@fa0a91b...d3f86a1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2345c44 commit 2d149ed

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
@@ -82,7 +82,7 @@ jobs:
8282
# --------------------------------------------------------------------------
8383

8484
- name: download checksums artifact
85-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
85+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
8686
with:
8787
pattern: CHECKSUMS*
8888
merge-multiple: true
@@ -91,7 +91,7 @@ jobs:
9191
run: cat CHECKSUMS.* > CHECKSUMS
9292

9393
- name: download binary artifacts
94-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
94+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
9595
with:
9696
pattern: bin*
9797
merge-multiple: true

0 commit comments

Comments
 (0)