diff --git a/.github/workflows/behat-test.yml b/.github/workflows/behat-test.yml index 941a76b24..cfdb0c72a 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.1 + uses: codecov/codecov-action@v5.1.2 with: files: ${{ steps.coverage_files.outputs.files }} flags: feature diff --git a/.github/workflows/php-test.yml b/.github/workflows/php-test.yml index 7352c1a5e..3e7702ab6 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@7f8b4b4bde536c465e797be725718b88c5d95e0e + uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 with: file: build/logs/*.xml flags: unit @@ -152,7 +152,7 @@ jobs: - name: Upload code coverage report if: ${{ matrix.coverage }} - uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e + uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 with: file: build/logs/*.xml flags: phpcs-sniffs