From 4c84b3e1f94a2772deb363d4298a078e64f55139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:49:20 +0000 Subject: [PATCH] Bump codecov/codecov-action from 3 to 4 (#12419) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 42bbaba2a21..e0cfb84ff76 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -129,5 +129,5 @@ jobs: path: ~/mne_data - run: ./tools/github_actions_download.sh - run: ./tools/github_actions_test.sh - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 if: success()