diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7437f9c7..f893c4f0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -53,7 +53,7 @@ jobs: shell: bash - name: Report coverage if: ${{ matrix.do-coverage && !failure() }} - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v4.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: .coverage