diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d22ad93..6182724 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: PHPSTAN_OUTPUT_FORMAT: github - name: 📤 Upload coverage report to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml