diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9277697..94646d2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,7 +47,7 @@ jobs: run: make coverage-out - name: Upload Code Coverage - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v4.3.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out