From 824222f385cc69f75bf7c3827f9e4f33e3d26b25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 02:58:52 +0000 Subject: [PATCH] [gh-actions](deps): Bump codecov/codecov-action from 4 to 5 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] --- .github/workflows/test.yml | 2 +- .github/workflows/test_extensions.yml | 2 +- .github/workflows/test_macos.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a2e011580f..1a1c148c53 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -238,7 +238,7 @@ jobs: - name: Upload coverage to Codecov if: github.event_name != 'schedule' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: directory: __testhome__ fail_ci_if_error: false diff --git a/.github/workflows/test_extensions.yml b/.github/workflows/test_extensions.yml index 03e3ce333e..164b1248a9 100644 --- a/.github/workflows/test_extensions.yml +++ b/.github/workflows/test_extensions.yml @@ -111,7 +111,7 @@ jobs: python -m coverage xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: directory: __testhome__ fail_ci_if_error: false diff --git a/.github/workflows/test_macos.yml b/.github/workflows/test_macos.yml index cfd633b79e..5bfafcf731 100644 --- a/.github/workflows/test_macos.yml +++ b/.github/workflows/test_macos.yml @@ -58,7 +58,7 @@ jobs: python -m pytest -c ../tox.ini -s -v --cov=datalad --cov-report=xml --pyargs datalad.core datalad.support - name: Upload coverage report to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: __testhome__/coverage.xml token: ${{ secrets.CODECOV_TOKEN }}