From 3c24217e299ef217c7f5f2f4e8a2f935c36af94c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 05:11:44 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/jest.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/jest.yml b/.github/workflows/jest.yml index ea88bae6d..ceae7b559 100644 --- a/.github/workflows/jest.yml +++ b/.github/workflows/jest.yml @@ -33,4 +33,4 @@ jobs: npm test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 632836136..8c2a8eb01 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -365,7 +365,7 @@ jobs: daemonset/binderhub-test-pink # GitHub action reference: https://github.com/codecov/codecov-action - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 test-local: runs-on: ubuntu-22.04 @@ -447,4 +447,4 @@ jobs: run: cat testing/local-binder-local-hub/jupyterhub.log # GitHub action reference: https://github.com/codecov/codecov-action - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4