diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index fec9e79..8558698 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -107,7 +107,7 @@ jobs: - name: "Send code coverage report to Codecov.io" if: ${{ matrix.code-coverage != 'none' }} - uses: codecov/codecov-action@v3.1.0 + uses: codecov/codecov-action@v3.1.1 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage/clover.xml