From ddc0697e18674ed8500a5a9a4c6b5aec40b8ea90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 21:23:07 +0900 Subject: [PATCH] Bump codecov/codecov-action from 4 to 5 in the github-actions group (#68) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/github-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-ci.yml b/.github/workflows/github-ci.yml index 73188ef..bf44e9e 100644 --- a/.github/workflows/github-ci.yml +++ b/.github/workflows/github-ci.yml @@ -39,7 +39,7 @@ jobs: pytest --cov=linkify_it --cov-branch --cov-report=xml --cov-report=term-missing -v - name: Upload to Codecov if: matrix.python-version == 3.7 && github.repository == 'tsutsu3/linkify-it-py' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: name: linkify-py-pytests-py3.7 flags: pytests