Skip to content

Commit a9c5d1f

Browse files
dependabot[bot]rossiam
authored andcommitted
build(deps): bump actions/download-artifact in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc1d9c2 commit a9c5d1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- uses: actions/checkout@v3
119119

120120
- name: Download Artifacts
121-
uses: actions/download-artifact@v3
121+
uses: actions/download-artifact@v4.1.7
122122
with:
123123
name: dist_bin
124124

@@ -162,7 +162,7 @@ jobs:
162162
uses: actions/checkout@v3
163163

164164
- name: Download Artifacts
165-
uses: actions/download-artifact@v3
165+
uses: actions/download-artifact@v4.1.7
166166
with:
167167
name: dist_bin
168168

@@ -243,7 +243,7 @@ jobs:
243243
uses: actions/checkout@v3
244244

245245
- name: Download Artifacts
246-
uses: actions/download-artifact@v3
246+
uses: actions/download-artifact@v4.1.7
247247
with:
248248
name: dist_bin
249249

0 commit comments

Comments
 (0)