From: Bob Halley Date: Tue, 10 Oct 2023 19:01:56 +0000 (-0700) Subject: give up on codecov v4 action X-Git-Tag: v2.5.0rc1~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf1cc37293d6ceeb8ff05be95f1ada1ad6586328;p=thirdparty%2Fdnspython.git give up on codecov v4 action --- diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 9a10ce28..7cc53ee1 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -57,7 +57,7 @@ jobs: run: | poetry run pytest --cov=dns --cov-branch --cov-report=xml:coverage.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: files: ./coverage.xml flags: unittests