Skip to content

Commit 68a20d1

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 f11c4b1 commit 68a20d1

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
@@ -85,7 +85,7 @@ jobs:
8585
# --------------------------------------------------------------------------
8686

8787
- name: download checksums artifact
88-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
88+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
8989
with:
9090
pattern: CHECKSUMS*
9191
merge-multiple: true
@@ -94,7 +94,7 @@ jobs:
9494
run: cat CHECKSUMS.* > CHECKSUMS
9595

9696
- name: download binary artifacts
97-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
97+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
9898
with:
9999
pattern: bin*
100100
merge-multiple: true

0 commit comments

Comments
 (0)