From a0f9f47d4834cea802ef2cf78b9e49d8f8f3e13d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Jun 2025 13:54:34 +0000 Subject: [PATCH] ci(deps): bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bundle-analysis.yml | 2 +- .github/workflows/run-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bundle-analysis.yml b/.github/workflows/bundle-analysis.yml index a605eb1a..5828d22e 100644 --- a/.github/workflows/bundle-analysis.yml +++ b/.github/workflows/bundle-analysis.yml @@ -60,7 +60,7 @@ jobs: fi - name: Upload Bundle Analysis to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: github.actor != 'dependabot[bot]' with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 50ed93fa..2e46e9ea 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -51,7 +51,7 @@ jobs: name: "Backend Test Results" - name: Upload Coverage to Codecov with Flags - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: github.actor != 'dependabot[bot]' with: token: ${{ secrets.CODECOV_TOKEN }}