Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.1.1 to 4.1.2
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.1...v4.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent b734d76 commit 8de3a3a
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].1
- uses: actions/[email protected].2
with:
name: acars-bridge.amd64
path: ./bin/acars-bridge.amd64

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

- uses: actions/[email protected].1
- uses: actions/[email protected].2
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].1
- uses: actions/[email protected].2
with:
name: acars-bridge.amd64
path: ./bin/acars-bridge.amd64

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

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

0 comments on commit 8de3a3a

Please sign in to comment.