diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 84985391..2d2c8552 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -36,7 +36,7 @@ jobs: run: ./scripts/cibuild - name: Upload All coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml