From 57399638afa6c58b426bf075db3dbf7f2972e735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:55:54 +0000 Subject: [PATCH] Bump codecov/codecov-action from 4.6.0 to 5.1.1 (#147) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Benjamin T. Schwertfeger --- .github/workflows/_codecov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_codecov.yaml b/.github/workflows/_codecov.yaml index b0a4f40..f9382cb 100644 --- a/.github/workflows/_codecov.yaml +++ b/.github/workflows/_codecov.yaml @@ -51,7 +51,7 @@ jobs: run: pytest --cov --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 #v4.6.0 + uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e #v5.1.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.xml