Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.4.3 to 4.5.0
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.4.3...v4.5.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 21, 2024
1 parent 9537b66 commit f17b321
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 @@ -82,7 +82,7 @@ jobs:
outputs: type=local,dest=./image_armv7/

- name: Upload artifact armv7 binary
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: acars_router.armv7
path: ./image_armv7/acars_router
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
outputs: type=local,dest=./image_arm64/

- name: Upload artifact arm64 binary
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: acars_router.arm64
path: ./image_arm64/acars_router
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
outputs: type=local,dest=./image_amd64/

- name: Upload artifact amd64 binary
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: acars_router.amd64
path: ./image_amd64/acars_router
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 @@ -139,7 +139,7 @@ jobs:
outputs: type=local,dest=./image_armv7/

- name: Upload artifact armv7 binary
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: acars_router.armv7
path: ./image_armv7/acars_router
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
outputs: type=local,dest=./image_arm64/

- name: Upload artifact arm64 binary
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: acars_router.arm64
path: ./image_arm64/acars_router
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
outputs: type=local,dest=./image_amd64/

- name: Upload artifact amd64 binary
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: acars_router.amd64
path: ./image_amd64/acars_router
Expand Down

0 comments on commit f17b321

Please sign in to comment.