diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9d5401c4..379fd625 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -77,7 +77,7 @@ jobs: - name: "Send code coverage report to Codecov.io" if: ${{ matrix.code-coverage != 'none' }} - uses: "codecov/codecov-action@v1" + uses: "codecov/codecov-action@v3" with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml