diff --git a/.github/workflows/codecov-conda.yml b/.github/workflows/codecov-conda.yml index 4d80b58..39219bd 100644 --- a/.github/workflows/codecov-conda.yml +++ b/.github/workflows/codecov-conda.yml @@ -26,7 +26,7 @@ jobs: conda install -c conda-forge pytest pytest-cov -y pytest --cov=./ --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} directory: ./coverage/reports/