diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d64f6c9..9875de1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -69,7 +69,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.php-version == '8.4' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: files: ./coverage/clover.xml flags: unittests