Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 37d941b commit 227e01a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flashy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Download flashy build
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: flashy
path: tools/flashy/build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
reviewdog_version: latest

- name: Download all artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
path: /tmp/artifacts

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
- name: Download QEMU binary
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: qemu-system-aarch64
- name: Add qemu-system-aarch64 release artifact
Expand Down

0 comments on commit 227e01a

Please sign in to comment.