diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8579763..82e7af4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,7 +58,7 @@ jobs: run: ./vendor/bin/pest --colors=always --coverage --coverage-clover coverage.xml - name: Collect test coverage - uses: codecov/codecov-action@v5.0.0 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml