Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,25 +180,25 @@ jobs:

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

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

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

- name: Retrieve artifact from Windows build
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: windows_executable
path: builds/windows/
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:

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