diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 049a2bc505b..66199bed2f5 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -195,7 +195,7 @@ jobs: env: ENV: testing - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: files: ./build/coverage/clover.xml,./build/coverage/crap4j.xml,./build/coverage/report.txt,./build/junit.xml fail_ci_if_error: false # optional (default = false) diff --git a/.github/workflows/coverage-tests.yml b/.github/workflows/coverage-tests.yml index f235d42093e..b806a6a30ca 100644 --- a/.github/workflows/coverage-tests.yml +++ b/.github/workflows/coverage-tests.yml @@ -36,7 +36,7 @@ jobs: run: vendor/bin/pest --coverage --coverage-clover clover.xml --log-junit report.xml - name: "Publish coverage report to Codecov" - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }}