From 489beb3764e5385d60013ba3be3af4a0ec4d1024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:08:54 +0000 Subject: [PATCH] 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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codecov_main.yaml | 2 +- .github/workflows/test-backend.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov_main.yaml b/.github/workflows/codecov_main.yaml index 0c6a6d0e6..d6a2189f2 100644 --- a/.github/workflows/codecov_main.yaml +++ b/.github/workflows/codecov_main.yaml @@ -53,7 +53,7 @@ jobs: #---------------------------------------------- - name: Upload coverage report if: github.repository == 'monarch-initiative/monarch-app' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: name: codecov-results-${{ matrix.python-version }} token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/test-backend.yaml b/.github/workflows/test-backend.yaml index 25f67323a..a24f9f538 100644 --- a/.github/workflows/test-backend.yaml +++ b/.github/workflows/test-backend.yaml @@ -57,7 +57,7 @@ jobs: #---------------------------------------------- - name: Upload coverage report if: github.repository == 'monarch-initiative/monarch-app' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: name: codecov-results-${{ matrix.python-version }} token: ${{ secrets.CODECOV_TOKEN }}