From 43510ab56d5adcae0f1ec99b345b92a5c924cccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 02:42:50 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 6 to 7 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/config-options.yml | 2 +- .github/workflows/standard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/config-options.yml b/.github/workflows/config-options.yml index 07943a2ee..84d88a828 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@v4 - uses: gap-actions/process-coverage@v3 - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} - name: "Run GAP's tst/testinstall.g" diff --git a/.github/workflows/standard.yml b/.github/workflows/standard.yml index 67b6a1909..168820d8b 100644 --- a/.github/workflows/standard.yml +++ b/.github/workflows/standard.yml @@ -78,7 +78,7 @@ jobs: uses: gap-actions/run-pkg-tests@v4 - uses: gap-actions/process-coverage@v3 if: ${{ matrix.gap-version == 'master' && matrix.os == 'Ubuntu' && matrix.mode == 'default'}} - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 if: ${{ matrix.gap-version == 'master' && matrix.os == 'Ubuntu' && matrix.mode == 'default'}} with: token: ${{ secrets.CODECOV_TOKEN }}