Skip to content

Commit

Permalink
chore(deps): Bump actions/download-artifact from 4.0.0 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.0.0...v4.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent 8f166a8 commit 5b7882d
Showing 1 changed file with 3 additions and 3 deletions.
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/download-artifact@v4.0.0
- uses: actions/download-artifact@v4.1.0
with:
name: acars-oxide.amd64
path: ./bin/acars-oxide.amd64

- uses: actions/download-artifact@v4.0.0
- uses: actions/download-artifact@v4.1.0
with:
name: acars-oxide.armv7
path: ./bin/acars-oxide.armv7

- uses: actions/download-artifact@v4.0.0
- uses: actions/download-artifact@v4.1.0
with:
name: acars-oxide.arm64
path: ./bin/acars-oxide.arm64
Expand Down

0 comments on commit 5b7882d

Please sign in to comment.