diff --git a/.github/workflows/ci-integration.yml b/.github/workflows/ci-integration.yml index 4817e2c9..a91229af 100644 --- a/.github/workflows/ci-integration.yml +++ b/.github/workflows/ci-integration.yml @@ -55,8 +55,9 @@ jobs: - name: codecov if: ${{ github.repository == 'OpenFreeEnergy/alchemiscale' && github.event != 'schedule' }} - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: + token: ${{ secrets.CODECOV_TOKEN }} file: coverage.xml fail_ci_if_error: False verbose: True