diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e30d769..673e906 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: run: make code-coverage -s - name: Upload code coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} directory: ./.coverage/