Skip to content

Commit

Permalink
chore(deps): Bump actions/upload-artifact from 4.3.3 to 4.3.4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.3...v4.3.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 6, 2024
1 parent 4340421 commit b182ed8
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 @@ -75,7 +75,7 @@ jobs:
outputs: type=local,dest=./image_armv7/

- name: Upload artifact armv7 binary
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: acars-oxide.armv7
path: ./image_armv7/acars-oxide
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
outputs: type=local,dest=./image_arm64/

- name: Upload artifact arm64 binary
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: acars-oxide.arm64
path: ./image_arm64/acars-oxide
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
outputs: type=local,dest=./image_amd64/

- name: Upload artifact amd64 binary
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: acars-oxide.amd64
path: ./image_amd64/acars-oxide
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 @@ -137,7 +137,7 @@ jobs:
outputs: type=local,dest=./image_armv7/

- name: Upload artifact armv7 binary
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: acars-oxide.armv7
path: ./image_armv7/acars-oxide
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
outputs: type=local,dest=./image_arm64/

- name: Upload artifact arm64 binary
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: acars-oxide.arm64
path: ./image_arm64/acars-oxide
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
outputs: type=local,dest=./image_amd64/

- name: Upload artifact amd64 binary
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: acars-oxide.amd64
path: ./image_amd64/acars-oxide
Expand Down

0 comments on commit b182ed8

Please sign in to comment.