From 2ae606f9b7bc4bf7570896deeb475898bcca8e36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:14:10 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 --- .github/workflows/quality-assurance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quality-assurance.yml b/.github/workflows/quality-assurance.yml index 13deeb7162..24e670c03a 100644 --- a/.github/workflows/quality-assurance.yml +++ b/.github/workflows/quality-assurance.yml @@ -39,7 +39,7 @@ jobs: run: ./gradlew build - name: Upload build code coverage - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.0 if: ${{ github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/main') }} with: token: ${{ secrets.CODECOV_TOKEN }}