diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0181734090..f8a54f1b17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -288,7 +288,7 @@ jobs: continue-on-error: true - name: Upload coverage results to Codecov if: matrix.coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: directory: build/logs/phpunit name: phpunit-php${{ matrix.php }} @@ -391,7 +391,7 @@ jobs: continue-on-error: true - name: Upload coverage results to Codecov if: matrix.coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: directory: /tmp/build/logs/phpunit name: phpunit-php${{ matrix.php }} @@ -527,7 +527,7 @@ jobs: continue-on-error: true - name: Upload coverage results to Codecov if: matrix.coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: directory: build/logs/behat name: behat-php${{ matrix.php }} @@ -724,7 +724,7 @@ jobs: path: build/logs/behat continue-on-error: true - name: Upload coverage results to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: directory: build/logs/behat name: behat-php${{ matrix.php }} @@ -814,7 +814,7 @@ jobs: path: build/logs/behat continue-on-error: true - name: Upload coverage results to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: directory: build/logs/behat name: behat-php${{ matrix.php }} @@ -1285,7 +1285,7 @@ jobs: continue-on-error: true - name: Upload coverage results to Codecov if: matrix.coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: directory: build/logs/phpunit name: phpunit-php${{ matrix.php }}