diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bd5b6e0..24af8e3 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@v5.1.1 + uses: codecov/codecov-action@v5.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out