diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eec604e..b4fee93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: name: cobertura.xml path: cobertura.xml - name: upload coverage data to codecov.io - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4 if: always() # even if previous steps fail, this one needs to be run with: token: ${{ secrets.CODECOV_TOKEN }}