diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9cd6d05..f2a5462 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,12 +38,13 @@ jobs: - name: Install dependencies for Codecov run: > apt-get install --no-install-recommends --yes - ca-certificates curl git + ca-certificates curl git gpg gpg-agent - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: fail_ci_if_error: true files: ./coverage.xml + token: ${{ secrets.CODECOV_TOKEN }} unittest: runs-on: ubuntu-latest @@ -73,12 +74,13 @@ jobs: - name: Install dependencies for Codecov run: > apt-get install --no-install-recommends --yes - ca-certificates curl git + ca-certificates curl git gpg gpg-agent - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: fail_ci_if_error: true files: ./coverage.xml + token: ${{ secrets.CODECOV_TOKEN }} system-testing: runs-on: ubuntu-latest