]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
give up on codecov v4 action
authorBob Halley <halley@dnspython.org>
Tue, 10 Oct 2023 19:01:56 +0000 (12:01 -0700)
committerBob Halley <halley@dnspython.org>
Tue, 10 Oct 2023 19:01:59 +0000 (12:01 -0700)
.github/workflows/python-package.yml

index 9a10ce282ac08fea2d4bc442e1cb3ccd3136fb80..7cc53ee1dbe423bfb1f5f731c1ed7e4658394519 100644 (file)
@@ -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