Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinChri authored Sep 15, 2024
1 parent f13ddfd commit eae257b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Upload wheels
if: matrix.python-version == '3.10' && matrix.os == 'ubuntu'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand All @@ -52,7 +52,7 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/')"
needs: [ tests ]
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: wheels
- uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit eae257b

Please sign in to comment.