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 Feb 12, 2024
1 parent c104238 commit aa1223c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:

steps:
- name: Download Source Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: source-bundle
path: .
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
boards: [macos, sim-01, sim-02]
steps:
- name: Download Source Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: source-bundle
path: .
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
- run: git config --global core.autocrlf false

- name: Download Source Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: source-bundle
path: .
Expand Down

0 comments on commit aa1223c

Please sign in to comment.