Skip to content

Commit

Permalink
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 Jan 1, 2024
1 parent 616eab1 commit 527295c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,25 +182,25 @@ jobs:

steps:
- name: Retrieve artifact from Python build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python_wheel
path: builds/wheel/

- name: Retrieve artifact from MacOS build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: macos_executable
path: builds/macos/

- name: Retrieve artifact from Ubuntu build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ubuntu_executable
path: builds/ubuntu/

- name: Retrieve artifact from Windows build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: windows_executable
path: builds/windows/
Expand All @@ -221,7 +221,7 @@ jobs:

steps:
- name: Retrieve artifact from Python build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python_wheel
path: dist/
Expand Down

0 comments on commit 527295c

Please sign in to comment.