Skip to content

Commit

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

chore(deps): Bump actions/download-artifact from 4.1.1 to 4.1.4
  • Loading branch information
fredclausen authored Mar 18, 2024
2 parents 3b20f33 + 3f7ca5c commit 38f8465
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 @@ -167,17 +167,17 @@ jobs:
steps:
- run: mkdir -p ./bin

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

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

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

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

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

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

0 comments on commit 38f8465

Please sign in to comment.