diff --git a/.github/workflows/tests-conda.yml b/.github/workflows/tests-conda.yml index 98465bb22..3f3214039 100644 --- a/.github/workflows/tests-conda.yml +++ b/.github/workflows/tests-conda.yml @@ -69,8 +69,8 @@ jobs: uses: actions/download-artifact@v4 - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: - name: ${{ github.workflow }} + name: Conda fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/tests-pypi.yml b/.github/workflows/tests-pypi.yml index 11ed4c57e..ec120c734 100644 --- a/.github/workflows/tests-pypi.yml +++ b/.github/workflows/tests-pypi.yml @@ -97,8 +97,8 @@ jobs: uses: actions/download-artifact@v4 - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: - name: ${{ github.workflow }} + name: PyPI fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file