From de6e566cc55e21ab2eac969b114edad895630682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:02:06 +0100 Subject: [PATCH] Feat: ci:(deps): bump codecov/codecov-action from 4 to 5 (#245) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fabian Braun --- .github/workflows/codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index e786787e..fb0337cf 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -20,7 +20,7 @@ jobs: dj51_cms41.txt, ] os: [ - ubuntu-20.04, + ubuntu-latest, ] steps: @@ -37,4 +37,4 @@ jobs: pip install -r tests/requirements/${{ matrix.requirements-file }} coverage run run_tests.py - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5