From 855f75e0412806f7bc4a9e466e79ee677a51a4fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 07:54:40 +0100 Subject: [PATCH] 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](https://github.com/codecov/codecov-action/compare/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test_GNNGraphs.yml | 2 +- .github/workflows/test_GNNLux.yml | 2 +- .github/workflows/test_GNNlib.yml | 2 +- .github/workflows/test_GraphNeuralNetworks.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_GNNGraphs.yml b/.github/workflows/test_GNNGraphs.yml index 43e642e1c..46e6fed44 100644 --- a/.github/workflows/test_GNNGraphs.yml +++ b/.github/workflows/test_GNNGraphs.yml @@ -43,6 +43,6 @@ jobs: with: # directories: ./GNNGraphs/src, ./GNNGraphs/ext directories: ./GNNGraphs/src - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: files: lcov.info diff --git a/.github/workflows/test_GNNLux.yml b/.github/workflows/test_GNNLux.yml index 8fd91ce9c..8845aee9c 100644 --- a/.github/workflows/test_GNNLux.yml +++ b/.github/workflows/test_GNNLux.yml @@ -43,6 +43,6 @@ jobs: with: # directories: ./GNNLux/src, ./GNNLux/ext directories: ./GNNLux/src - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: files: lcov.info diff --git a/.github/workflows/test_GNNlib.yml b/.github/workflows/test_GNNlib.yml index 176d92920..8205b5b89 100644 --- a/.github/workflows/test_GNNlib.yml +++ b/.github/workflows/test_GNNlib.yml @@ -43,6 +43,6 @@ jobs: with: # directories: ./GNNlib/src, ./GNNlib/ext directories: ./GNNlib/src - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: files: lcov.info diff --git a/.github/workflows/test_GraphNeuralNetworks.yml b/.github/workflows/test_GraphNeuralNetworks.yml index bdc452541..c92899661 100644 --- a/.github/workflows/test_GraphNeuralNetworks.yml +++ b/.github/workflows/test_GraphNeuralNetworks.yml @@ -43,6 +43,6 @@ jobs: with: # directories: ./GraphNeuralNetworks/src, ./GraphNeuralNetworks/ext directories: ./GraphNeuralNetworks/src - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: files: lcov.info