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 and drake127 committed Sep 10, 2024
1 parent f416a29 commit cff41b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,25 +129,25 @@ jobs:
commitish: master

- name: Retrieve artifacts [ubuntu-clang]
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ubuntu-clang
path: ${{runner.workspace}}/ubuntu-clang

- name: Retrieve artifacts [macos-clang]
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: macos-clang
path: ${{runner.workspace}}/macos-clang

- name: Retrieve artifacts [windows-msvc-x64]
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: windows-msvc-x64
path: ${{runner.workspace}}/windows-msvc-x64

- name: Retrieve artifacts [windows-msvc-arm64]
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: windows-msvc-arm64
path: ${{runner.workspace}}/windows-msvc-arm64
Expand Down

0 comments on commit cff41b0

Please sign in to comment.