diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 2fb1280..416b516 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@v4.1.1 + uses: codecov/codecov-action@v4.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml