diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b4df6def02..cbac9ebc90e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -245,7 +245,7 @@ jobs: continue-on-error: true - name: Upload coverage results to Codecov if: matrix.coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: directory: build/logs/phpunit name: phpunit-php${{ matrix.php }} @@ -323,7 +323,7 @@ jobs: continue-on-error: true - name: Upload coverage results to Codecov if: matrix.coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: directory: /tmp/build/logs/phpunit name: phpunit-php${{ matrix.php }} @@ -405,7 +405,7 @@ jobs: continue-on-error: true - name: Upload coverage results to Codecov if: matrix.coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: directory: build/logs/behat name: behat-php${{ matrix.php }} @@ -615,7 +615,7 @@ jobs: path: build/logs/behat continue-on-error: true - name: Upload coverage results to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: directory: build/logs/behat name: behat-php${{ matrix.php }} @@ -706,7 +706,7 @@ jobs: path: build/logs/behat continue-on-error: true - name: Upload coverage results to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: directory: build/logs/behat name: behat-php${{ matrix.php }} @@ -1106,7 +1106,7 @@ jobs: continue-on-error: true - name: Upload coverage results to Codecov if: matrix.coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: directory: build/logs/phpunit name: phpunit-php${{ matrix.php }}