Skip to content

Commit 493a3f8

Browse files
Bump codecov/codecov-action from 5 to 6 (#660)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 48c1528 commit 493a3f8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test_GNNGraphs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: julia-actions/julia-processcoverage@v1
4545
with:
4646
directories: GNNGraphs/src,GNNGraphs/ext
47-
- uses: codecov/codecov-action@v5
47+
- uses: codecov/codecov-action@v6
4848
with:
4949
token: ${{ secrets.CODECOV_TOKEN }}
5050
files: lcov.info

.github/workflows/test_GNNLux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: julia-actions/julia-processcoverage@v1
4343
with:
4444
directories: GNNLux/src,GNNGraphs/src,GNNGraphs/ext,GNNlib/src,GNNlib/ext
45-
- uses: codecov/codecov-action@v5
45+
- uses: codecov/codecov-action@v6
4646
with:
4747
token: ${{ secrets.CODECOV_TOKEN }}
4848
files: lcov.info

.github/workflows/test_GNNlib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: julia-actions/julia-processcoverage@v1
4545
with:
4646
directories: GNNlib/src,GNNlib/ext,GNNGraphs/src,GNNGraphs/ext
47-
- uses: codecov/codecov-action@v5
47+
- uses: codecov/codecov-action@v6
4848
with:
4949
token: ${{ secrets.CODECOV_TOKEN }}
5050
files: lcov.info

.github/workflows/test_GraphNeuralNetworks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: julia-actions/julia-processcoverage@v1
4343
with:
4444
directories: GraphNeuralNetworks/src,GNNGraphs/src,GNNGraphs/ext,GNNlib/src,GNNlib/ext
45-
- uses: codecov/codecov-action@v5
45+
- uses: codecov/codecov-action@v6
4646
with:
4747
token: ${{ secrets.CODECOV_TOKEN }}
4848
files: lcov.info

0 commit comments

Comments
 (0)