Skip to content

Commit 43571e7

Browse files
psafontbernhardkaindl
authored andcommitted
CI: use new version of codecov action
Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
1 parent f25cee6 commit 43571e7

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/other.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,15 @@ jobs:
8181
PYTHONDEVMODE: yes
8282

8383
- name: Upload Python ${{matrix.python-version}} coverage report to Codecov
84-
uses: codecov/codecov-action@v3
84+
uses: codecov/codecov-action@v4
8585
with:
8686
directory: .git
87-
files: coverage${{matrix.python-version}}.xml
88-
env_vars: OS,PYTHON
8987
fail_ci_if_error: false
88+
env_vars: OS,PYTHON
89+
files: coverage${{matrix.python-version}}.xml
9090
flags: python${{matrix.python-version}}
9191
name: coverage${{matrix.python-version}}
92+
use_oidc: true
9293
verbose: true
9394

9495
- uses: dciborow/action-pylint@0.1.0

0 commit comments

Comments
 (0)