Bump codecov plugin version to version 4.5.0 (#5055)

This version includes fix https://github.com/codecov/codecov-action/pull/1471
which should end the codecov upload errors due to throttling.
This commit is contained in:
Bronek Kozicki
2024-07-02 20:42:56 +01:00
committed by GitHub
parent e1534a3200
commit 7a1b238035

View File

@@ -222,7 +222,7 @@ jobs:
- name: upload coverage report
uses: wandalen/wretry.action@v1.4.10
with:
action: codecov/codecov-action@v4.3.0
action: codecov/codecov-action@v4.5.0
with: |
files: coverage.xml
fail_ci_if_error: true