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 }}