Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhahn committed Nov 19, 2024
1 parent 2d5aeb4 commit 376b020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git submodule init
git submodule sync
git submodule update
- uses: conda-incubator/setup-miniconda@v2.0.1
- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: "latest"
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
python setup.py sdist --dist-dir .artifacts/dist
ls .artifacts/dist
- name: Upload Artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v
with:
name: Artifacts
path: .artifacts/*
Expand Down

0 comments on commit 376b020

Please sign in to comment.