diff --git a/.github/workflows/behat-test.yml b/.github/workflows/behat-test.yml index c709efb2f..229d36bfd 100644 --- a/.github/workflows/behat-test.yml +++ b/.github/workflows/behat-test.yml @@ -155,7 +155,7 @@ jobs: - name: Upload code coverage report if: ${{ matrix.coverage }} - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.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 db4517283..3ff6b5bca 100644 --- a/.github/workflows/php-test.yml +++ b/.github/workflows/php-test.yml @@ -110,7 +110,7 @@ jobs: - name: Upload code coverage report if: ${{ matrix.coverage }} - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 with: file: build/logs/*.xml flags: unit @@ -156,7 +156,7 @@ jobs: - name: Upload code coverage report if: ${{ matrix.coverage }} - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 with: file: build/logs/*.xml flags: phpcs-sniffs