Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 4.1.7 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 4, 2024
1 parent 0a40901 commit 0bc60ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/aio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
needs: [ubuntu-build-test]
steps:
- name: Download Artifact(ubuntu)
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ci_out_ubuntu
path: ci_out
Expand All @@ -50,7 +50,7 @@ jobs:
needs: [collect-output]
steps:
- name: Download Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ci_out
path: ci_out
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Set up Git repository
uses: actions/checkout@v2
- name: Download Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ci_out
path: ci_out
Expand Down

0 comments on commit 0bc60ce

Please sign in to comment.