diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f5260c..c76d5ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -129,7 +129,7 @@ jobs: run: 'composer run unit -- --coverage-clover=clover.xml' - name: 'Export coverage results' - uses: 'codecov/codecov-action@v4' + uses: 'codecov/codecov-action@v5' with: file: './clover.xml' env_vars: PHP_VERSION