Skip to content

Commit

Permalink
ci: bump actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanideCN committed Sep 12, 2024
1 parent 593e74f commit 0369d5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
Expand All @@ -34,7 +34,7 @@ jobs:
python -m pip install --upgrade numpy>=2.0
python setup.py bdist_wheel
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ !github.head_ref }}
with:
name: ${{ matrix.os }}_${{ matrix.python-version }}
Expand Down

0 comments on commit 0369d5f

Please sign in to comment.