diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index e28fc57..2fb1280 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -15,7 +15,7 @@ jobs: - name: Execute linters and test suites run: ./docker/cibuild - name: Upload All coverage to Codecov - uses: codecov/codecov-action@v3.1.5 + uses: codecov/codecov-action@v4.1.1 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml