Skip to content

Commit b5f1306

Browse files
dependabot[bot]james-d-mitchell
authored andcommitted
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](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ea1f4b commit b5f1306

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gap.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
GAP_TESTFILE: "tst/github_actions/extreme.g"
8080
- uses: gap-actions/process-coverage@v2
81-
- uses: codecov/codecov-action@v3
81+
- uses: codecov/codecov-action@v4
8282

8383
test-cygwin:
8484
name: "cygwin / GAP master"
@@ -98,7 +98,7 @@ jobs:
9898
tar xf "${{ env.DIGRAPHS_LIB }}.tar.gz"
9999
- uses: gap-actions/run-pkg-tests@cygwin-v2
100100
- uses: gap-actions/process-coverage@cygwin-v2
101-
- uses: codecov/codecov-action@v3
101+
- uses: codecov/codecov-action@v4
102102

103103
with-external-planarity-bliss:
104104
runs-on: "ubuntu-latest"

0 commit comments

Comments
 (0)