Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.0.0 to 4.1.0 (#289)
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  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>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 68bf4e0 commit b0accc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,17 +174,17 @@ jobs:
steps:
- run: mkdir -p ./bin

- uses: actions/download-artifact@v4.0.0
- uses: actions/download-artifact@v4.1.0
with:
name: acars_router.amd64
path: ./bin/acars_router.amd64

- uses: actions/download-artifact@v4.0.0
- uses: actions/download-artifact@v4.1.0
with:
name: acars_router.armv7
path: ./bin/acars_router.armv7

- uses: actions/download-artifact@v4.0.0
- uses: actions/download-artifact@v4.1.0
with:
name: acars_router.arm64
path: ./bin/acars_router.arm64
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/on_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,17 +231,17 @@ jobs:
steps:
- run: mkdir -p ./bin

- uses: actions/download-artifact@v4.0.0
- uses: actions/download-artifact@v4.1.0
with:
name: acars_router.amd64
path: ./bin/acars_router.amd64

- uses: actions/download-artifact@v4.0.0
- uses: actions/download-artifact@v4.1.0
with:
name: acars_router.armv7
path: ./bin/acars_router.armv7

- uses: actions/download-artifact@v4.0.0
- uses: actions/download-artifact@v4.1.0
with:
name: acars_router.arm64
path: ./bin/acars_router.arm64
Expand Down

0 comments on commit b0accc1

Please sign in to comment.