Skip to content

Commit 0369d5f

Browse files
committed
ci: bump actions version
1 parent 593e74f commit 0369d5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
python-version: ["3.9", "3.10", "3.11", "3.12"]
2121

2222
steps:
23-
- uses: actions/checkout@v2
24-
- uses: conda-incubator/setup-miniconda@v2
23+
- uses: actions/checkout@v4
24+
- uses: conda-incubator/setup-miniconda@v3
2525
with:
2626
auto-update-conda: true
2727
python-version: ${{ matrix.python-version }}
@@ -34,7 +34,7 @@ jobs:
3434
python -m pip install --upgrade numpy>=2.0
3535
python setup.py bdist_wheel
3636
- name: Upload artifact
37-
uses: actions/upload-artifact@v2
37+
uses: actions/upload-artifact@v4
3838
if: ${{ !github.head_ref }}
3939
with:
4040
name: ${{ matrix.os }}_${{ matrix.python-version }}

0 commit comments

Comments
 (0)