Skip to content

Commit

Permalink
Merge pull request #103 from sdr-enthusiasts/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/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 eb6a38b + d439f0e commit 38698f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,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 @@ -127,7 +127,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 38698f2

Please sign in to comment.