diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73f5327..d81e4d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: - name: Upload reports to codecov.io if: github.event_name != 'pull_request' && matrix.TOOLCHAIN == 'stable' && matrix.TARGET == 'x86_64-unknown-linux-gnu' - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} file: cobertura.xml