Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent eb5c076 commit 3a26362
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tiiuae-pixhawk-and-saluki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
path: px4-firmware
fetch-depth: 0
- name: Download pixhawk artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: pixhawk
path: bin
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
path: px4-firmware
fetch-depth: 0
- name: Download pixhawk artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: pixhawk
path: bin
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
path: px4-firmware
fetch-depth: 0
- name: Download pixhawk artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: pixhawk
path: bin
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
- fc_matrix
steps:
- name: Download pixhawk artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: pixhawk
path: bin
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
- fc_matrix
steps:
- name: Download pixhawk artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: pixhawk
path: bin
Expand Down

0 comments on commit 3a26362

Please sign in to comment.