diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index cda26870..a36dd3a6 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -40,7 +40,7 @@ jobs: - name: Codecov # You may pin to the exact commit or the version. # uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: # Repository upload token - get it from codecov.io. Required only for private repositories token: ${{ secrets.CODECOV_TOKEN }}