diff --git a/.github/workflows/tests-conda.yml b/.github/workflows/tests-conda.yml index 794bf857d5..329464321f 100644 --- a/.github/workflows/tests-conda.yml +++ b/.github/workflows/tests-conda.yml @@ -71,8 +71,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 3c0cd9ce2c..c86a377d36 100644 --- a/.github/workflows/tests-pypi.yml +++ b/.github/workflows/tests-pypi.yml @@ -99,8 +99,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