diff options
Diffstat (limited to '.github/workflows/phpunit-mysql.yml')
-rw-r--r-- | .github/workflows/phpunit-mysql.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index e90e31aaa60..91e42a9341d 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -124,7 +124,7 @@ jobs: - name: Upload db code coverage if: ${{ !cancelled() && matrix.coverage }} - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.7 with: files: ./clover.db.xml flags: phpunit-mysql |