diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 6366b97..138e475 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -131,7 +131,7 @@ jobs: run: "composer dev-test-coverage-ci" - name: "Publish coverage report to Codecov" - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} directory: ./build/coverage diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index 083ebbf..d93872f 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -125,7 +125,7 @@ jobs: run: "composer dev-test-coverage-ci" - name: "Publish coverage report to Codecov" - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} directory: ./build/coverage