diff --git a/.github/workflows/call-ci.yml b/.github/workflows/call-ci.yml index 19f4e26e..0dcfc428 100644 --- a/.github/workflows/call-ci.yml +++ b/.github/workflows/call-ci.yml @@ -24,7 +24,7 @@ jobs: docker compose -f docker/test/docker-compose.yml up --build \ --exit-code-from api --abort-on-container-exit api - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v4.6.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverages/coverage.xml