From 080b7f47bad501ce07c87870e1a4c6194f9eff2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 02:13:53 +0000 Subject: [PATCH] build(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/ci.yml | 4 ++-- .github/workflows/config-options.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f830c8dd8..baaec7370 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: - name: "Run Semigroups package's tst/teststandard.g" uses: gap-actions/run-pkg-tests@v2 - uses: gap-actions/process-coverage@v2 - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 - name: "Run GAP's tst/testinstall.g" uses: gap-actions/run-pkg-tests@v2 with: @@ -88,4 +88,4 @@ jobs: with: GAP_TESTFILE: "tst/teststandard.g" - uses: gap-actions/process-coverage@cygwin-v2 - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 diff --git a/.github/workflows/config-options.yml b/.github/workflows/config-options.yml index b81965542..89a94807b 100644 --- a/.github/workflows/config-options.yml +++ b/.github/workflows/config-options.yml @@ -53,7 +53,7 @@ jobs: - name: "Run Semigroups package's tst/teststandard.g" uses: gap-actions/run-pkg-tests@v2 - uses: gap-actions/process-coverage@v2 - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 - name: "Run GAP's tst/testinstall.g" uses: gap-actions/run-pkg-tests@v2 with: