diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 6a208df..3c5ed0f 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -44,7 +44,7 @@ jobs: sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' coverage.xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v4.6.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: guibranco/Pancake