Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact from 3 to 4 (#144)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luka Peschke <[email protected]>
  • Loading branch information
dependabot[bot] and lukapeschke authored Dec 18, 2023
1 parent ec904a8 commit ff5bf9c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,33 +52,33 @@ jobs:
needs: [linux, macos]
steps:
- name: Download Linux 3.10 wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "wheels-linux-python-3.10"
path: wheels-linux
- name: Download Linux 3.11 wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "wheels-linux-python-3.11"
path: wheels-linux
- name: Download Linux 3.12 wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "wheels-linux-python-3.12"
path: wheels-linux

- name: Download MacOS 3.10 wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "wheels-macos-python-3.10"
path: wheels-macos
- name: Download MacOS 3.11 wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "wheels-macos-python-3.11"
path: wheels-macos
- name: Download MacOS 3.12 wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "wheels-macos-python-3.12"
path: wheels-macos
Expand Down

0 comments on commit ff5bf9c

Please sign in to comment.