diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 84a30f5..a4f42e6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,10 +60,11 @@ jobs: - name: Install dependencies for Codecov run: > apt-get install --no-install-recommends --yes - ca-certificates curl git + ca-certificates curl dirmngr git gpg - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true files: ./coverage.xml