We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593e74f commit 0369d5fCopy full SHA for 0369d5f
.github/workflows/ci.yml
@@ -20,8 +20,8 @@ jobs:
20
python-version: ["3.9", "3.10", "3.11", "3.12"]
21
22
steps:
23
- - uses: actions/checkout@v2
24
- - uses: conda-incubator/setup-miniconda@v2
+ - uses: actions/checkout@v4
+ - uses: conda-incubator/setup-miniconda@v3
25
with:
26
auto-update-conda: true
27
python-version: ${{ matrix.python-version }}
@@ -34,7 +34,7 @@ jobs:
34
python -m pip install --upgrade numpy>=2.0
35
python setup.py bdist_wheel
36
- name: Upload artifact
37
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
38
if: ${{ !github.head_ref }}
39
40
name: ${{ matrix.os }}_${{ matrix.python-version }}
0 commit comments