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
12 changes: 6 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
target_arch: ["linux-64"]
steps:
- name: Download installer
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: installer-${{ matrix.target_arch }}
- name: Generate environment.yaml
Expand All @@ -79,7 +79,7 @@ jobs:
cache: true
environments: release
- name: Download artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
path: artifacts
- name: Create release notes
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Download installer
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: ${{ matrix.installer }}
- name: Run tests
Expand All @@ -141,7 +141,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Download installer
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: installer-osx-64
- name: Run tests
Expand All @@ -163,7 +163,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Download installer
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: installer-osx-arm64
- name: Run tests
Expand All @@ -190,7 +190,7 @@ jobs:
with:
python-version: '3.9'
- name: Download installer
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: installer-linux-64
- name: Prepare environment
Expand Down