Skip to content

Commit

Permalink
Merge pull request #81 from sdr-enthusiasts/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/upload-artifact-4.4.0

chore(deps): Bump actions/upload-artifact from 4.3.6 to 4.4.0
  • Loading branch information
fredclausen authored Sep 7, 2024
2 parents 831b708 + fa97557 commit d8178f3
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 @@ -85,7 +85,7 @@ jobs:
outputs: type=local,dest=./image_armv7/

- name: Upload artifact armv7 binary
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: acars-bridge.armv7
path: ./image_armv7/acars-bridge
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
outputs: type=local,dest=./image_arm64/

- name: Upload artifact arm64 binary
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: acars-bridge.arm64
path: ./image_arm64/acars-bridge
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
outputs: type=local,dest=./image_amd64/

- name: Upload artifact amd64 binary
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: acars-bridge.amd64
path: ./image_amd64/acars-bridge
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
outputs: type=local,dest=./image_armv7/

- name: Upload artifact armv7 binary
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: acars-bridge.armv7
path: ./image_armv7/acars-bridge
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
outputs: type=local,dest=./image_arm64/

- name: Upload artifact arm64 binary
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: acars-bridge.arm64
path: ./image_arm64/acars-bridge
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
outputs: type=local,dest=./image_amd64/

- name: Upload artifact amd64 binary
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: acars-bridge.amd64
path: ./image_amd64/acars-bridge
Expand Down

0 comments on commit d8178f3

Please sign in to comment.