From 076456bdee2a7747e8230869295abef0c32fc8d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 20:43:32 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.4.2 --- .github/actions/report/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/report/action.yml b/.github/actions/report/action.yml index d40de974f..e2b8dcc6e 100644 --- a/.github/actions/report/action.yml +++ b/.github/actions/report/action.yml @@ -19,7 +19,7 @@ runs: - name: Upload coverage reports to Codecov if: (success() || failure()) # always upload coverage reports even if the tests fail continue-on-error: true - uses: codecov/codecov-action@v5.4.0 + uses: codecov/codecov-action@v5.4.2 with: token: ${{ inputs.codecov_token }} files: coverage.xml