From 8884f9400b1730e9bf0231f85f449493f8544182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:18:03 +0000 Subject: [PATCH] Bump codecov/codecov-action from 4 to 5 in the actions group (#298) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/qt_viz_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qt_viz_tests.yml b/.github/workflows/qt_viz_tests.yml index dc1ce23f..da9b72b7 100644 --- a/.github/workflows/qt_viz_tests.yml +++ b/.github/workflows/qt_viz_tests.yml @@ -100,7 +100,7 @@ jobs: - run: pytest mne_qt_browser/tests/test_speed.py --cov-report=xml --cov-append name: Run benchmarks if: runner.os != 'macOS' - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: always() with: token: ${{ secrets.CODECOV_TOKEN }} @@ -190,7 +190,7 @@ jobs: - run: pytest mne_qt_browser/tests/test_speed.py --cov-report=xml --cov-append name: Run benchmarks if: runner.os != 'Linux' || matrix.qt != 'PyQt5' - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: always() with: token: ${{ secrets.CODECOV_TOKEN }}