From 4a917fae3fe60afad06a26d502b7b2f645a5d2dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 10:22:52 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 2 to 3 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3. - [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/v2...v3) --- 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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1e2a0c9c..94b03ba73 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@v2 + - uses: codecov/codecov-action@v3 - 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@v2 + - uses: codecov/codecov-action@v3