Skip to content

Commit 6b8055a

Browse files
Bump actions/download-artifact from 4.2.1 to 4.3.0 (#492)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.1 to 4.3.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.2.1...v4.3.0) --- 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 14743bf commit 6b8055a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,17 +174,17 @@ jobs:
174174
steps:
175175
- run: mkdir -p ./bin
176176

177-
- uses: actions/download-artifact@v4.2.1
177+
- uses: actions/download-artifact@v4.3.0
178178
with:
179179
name: acars_router.amd64
180180
path: ./bin/acars_router.amd64
181181

182-
- uses: actions/download-artifact@v4.2.1
182+
- uses: actions/download-artifact@v4.3.0
183183
with:
184184
name: acars_router.armv7
185185
path: ./bin/acars_router.armv7
186186

187-
- uses: actions/download-artifact@v4.2.1
187+
- uses: actions/download-artifact@v4.3.0
188188
with:
189189
name: acars_router.arm64
190190
path: ./bin/acars_router.arm64

.github/workflows/on_pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,17 +231,17 @@ jobs:
231231
steps:
232232
- run: mkdir -p ./bin
233233

234-
- uses: actions/download-artifact@v4.2.1
234+
- uses: actions/download-artifact@v4.3.0
235235
with:
236236
name: acars_router.amd64
237237
path: ./bin/acars_router.amd64
238238

239-
- uses: actions/download-artifact@v4.2.1
239+
- uses: actions/download-artifact@v4.3.0
240240
with:
241241
name: acars_router.armv7
242242
path: ./bin/acars_router.armv7
243243

244-
- uses: actions/download-artifact@v4.2.1
244+
- uses: actions/download-artifact@v4.3.0
245245
with:
246246
name: acars_router.arm64
247247
path: ./bin/acars_router.arm64

0 commit comments

Comments
 (0)