Skip to content

Commit 855f75e

Browse files
Bump codecov/codecov-action from 4 to 5 (#525)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0196897 commit 855f75e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test_GNNGraphs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
with:
4444
# directories: ./GNNGraphs/src, ./GNNGraphs/ext
4545
directories: ./GNNGraphs/src
46-
- uses: codecov/codecov-action@v4
46+
- uses: codecov/codecov-action@v5
4747
with:
4848
files: lcov.info

.github/workflows/test_GNNLux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
with:
4444
# directories: ./GNNLux/src, ./GNNLux/ext
4545
directories: ./GNNLux/src
46-
- uses: codecov/codecov-action@v4
46+
- uses: codecov/codecov-action@v5
4747
with:
4848
files: lcov.info

.github/workflows/test_GNNlib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
with:
4444
# directories: ./GNNlib/src, ./GNNlib/ext
4545
directories: ./GNNlib/src
46-
- uses: codecov/codecov-action@v4
46+
- uses: codecov/codecov-action@v5
4747
with:
4848
files: lcov.info

.github/workflows/test_GraphNeuralNetworks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
with:
4444
# directories: ./GraphNeuralNetworks/src, ./GraphNeuralNetworks/ext
4545
directories: ./GraphNeuralNetworks/src
46-
- uses: codecov/codecov-action@v4
46+
- uses: codecov/codecov-action@v5
4747
with:
4848
files: lcov.info

0 commit comments

Comments
 (0)