Skip to content

Commit

Permalink
update GH action steps
Browse files Browse the repository at this point in the history
  • Loading branch information
anabiman authored Nov 24, 2024
1 parent 7c33726 commit 793e170
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
conda-lock -f pyproject.toml -k explicit --filename-template ${{ matrix.python-version }}.conda.lock
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: conda-lock-file
path: ${{ matrix.python-version }}.conda.lock
Expand All @@ -73,7 +73,7 @@ jobs:
python-version: [3.11]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Additional info about the build
shell: bash
Expand Down Expand Up @@ -109,8 +109,8 @@ jobs:
pytest -v --cov=auto_martini --cov-report=xml --cov-report=html --color=yes
- name: CodeCov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
files: ./coverage.xml
flags: unittests
name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}

0 comments on commit 793e170

Please sign in to comment.