diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2578308..82c08d6 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@v4.3.1 + uses: codecov/codecov-action@v4.4.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out