]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Bump codecov/codecov-action from 3 to 4 (#990)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 29 Sep 2023 16:17:14 +0000 (09:17 -0700)
committerGitHub <noreply@github.com>
Fri, 29 Sep 2023 16:17:14 +0000 (09:17 -0700)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/python-package.yml

index 7cc53ee1dbe423bfb1f5f731c1ed7e4658394519..9a10ce282ac08fea2d4bc442e1cb3ccd3136fb80 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@v3
+      uses: codecov/codecov-action@v4
       with:
         files: ./coverage.xml
         flags: unittests