From b5f1306f6cdcf7d6b2a904d890192f5e1475e6be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:14:00 +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/gap.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gap.yml b/.github/workflows/gap.yml index 12c27b2b5..d21fd28eb 100644 --- a/.github/workflows/gap.yml +++ b/.github/workflows/gap.yml @@ -78,7 +78,7 @@ jobs: with: GAP_TESTFILE: "tst/github_actions/extreme.g" - uses: gap-actions/process-coverage@v2 - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 test-cygwin: name: "cygwin / GAP master" @@ -98,7 +98,7 @@ jobs: tar xf "${{ env.DIGRAPHS_LIB }}.tar.gz" - uses: gap-actions/run-pkg-tests@cygwin-v2 - uses: gap-actions/process-coverage@cygwin-v2 - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with-external-planarity-bliss: runs-on: "ubuntu-latest"