diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f47355..b5b12cd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,7 +68,7 @@ jobs: run: make test-w-coverage cov_report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} # directory: ./coverage