Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#5
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.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4.1.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 5, 2024
1 parent e5cd958 commit 5312a59
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,37 +43,37 @@ jobs:
submodules: true

- name: Download ubuntu
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ needs.ubuntu.outputs.name }}
path: ${{ env.artifact_path }}

- name: Download msvc
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ needs.msvc.outputs.name }}
path: ${{ env.artifact_path }}

- name: Download mingw
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ needs.mingw.outputs.name }}
path: ${{ env.artifact_path }}

- name: Download macos
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ needs.macos.outputs.name }}
path: ${{ env.artifact_path }}

- name: Download android
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ needs.android.outputs.name }}
path: ${{ env.artifact_path }}

- name: Download doxygen
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ needs.doxygen.outputs.name }}
path: ${{ env.artifact_path }}
Expand Down

0 comments on commit 5312a59

Please sign in to comment.