From 5af0b512be1f3961a60d099c8aaf17873cd560aa Mon Sep 17 00:00:00 2001 From: svlandeg Date: Fri, 21 Feb 2025 15:29:10 +0100 Subject: [PATCH] use v3 instead --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index deae403de6..44dfd5b056 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -82,7 +82,7 @@ jobs: name: coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }} path: coverage include-hidden-files: true - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v3 with: fail_ci_if_error: true files: ./coverage.xml