diff --git a/.github/workflows/behat-test.yml b/.github/workflows/behat-test.yml index cfdb0c72a..70a38b76e 100644 --- a/.github/workflows/behat-test.yml +++ b/.github/workflows/behat-test.yml @@ -153,7 +153,7 @@ jobs: - name: Upload code coverage report if: ${{ matrix.coverage }} - uses: codecov/codecov-action@v5.1.2 + uses: codecov/codecov-action@v5.3.1 with: files: ${{ steps.coverage_files.outputs.files }} flags: feature diff --git a/.github/workflows/php-test.yml b/.github/workflows/php-test.yml index 3e7702ab6..b0bdeb10b 100644 --- a/.github/workflows/php-test.yml +++ b/.github/workflows/php-test.yml @@ -106,7 +106,7 @@ jobs: - name: Upload code coverage report if: ${{ matrix.coverage }} - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 + uses: codecov/codecov-action@2d2cd3c094b82daf4a85daabc9d1aba59a7dde3c with: file: build/logs/*.xml flags: unit @@ -152,7 +152,7 @@ jobs: - name: Upload code coverage report if: ${{ matrix.coverage }} - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 + uses: codecov/codecov-action@2d2cd3c094b82daf4a85daabc9d1aba59a7dde3c with: file: build/logs/*.xml flags: phpcs-sniffs