Skip to content

Commit

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

chore(deps): Bump actions/download-artifact from 4.1.4 to 4.1.6
  • Loading branch information
fredclausen authored Apr 22, 2024
2 parents 98725bd + d452afa commit 4964414
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 @@ -179,17 +179,17 @@ jobs:
steps:
- run: mkdir -p ./bin

- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
name: acars-bridge.amd64
path: ./bin/acars-bridge.amd64

- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
name: acars-bridge.armv7
path: ./bin/acars-bridge.armv7

- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
name: acars-bridge.arm64
path: ./bin/acars-bridge.arm64
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 @@ -146,17 +146,17 @@ jobs:
steps:
- run: mkdir -p ./bin

- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
name: acars-bridge.amd64
path: ./bin/acars-bridge.amd64

- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
name: acars-bridge.armv7
path: ./bin/acars-bridge.armv7

- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
name: acars-bridge.arm64
path: ./bin/acars-bridge.arm64
Expand Down

0 comments on commit 4964414

Please sign in to comment.