@@ -123,7 +123,7 @@ jobs:
123
123
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
124
124
125
125
- name : Upload mypy coverage to Codecov
126
- uses : codecov/codecov-action@v4.6.0
126
+ uses : codecov/codecov-action@v5.1.2
127
127
with :
128
128
file : mypy_report/cobertura.xml
129
129
flags : mypy
@@ -174,7 +174,7 @@ jobs:
174
174
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
175
175
176
176
- name : Upload mypy coverage to Codecov
177
- uses : codecov/codecov-action@v4.6.0
177
+ uses : codecov/codecov-action@v5.1.2
178
178
with :
179
179
file : mypy_report/cobertura.xml
180
180
flags : mypy-min
@@ -230,7 +230,7 @@ jobs:
230
230
python -m pyright xarray/
231
231
232
232
- name : Upload pyright coverage to Codecov
233
- uses : codecov/codecov-action@v4.6.0
233
+ uses : codecov/codecov-action@v5.1.2
234
234
with :
235
235
file : pyright_report/cobertura.xml
236
236
flags : pyright
@@ -286,7 +286,7 @@ jobs:
286
286
python -m pyright xarray/
287
287
288
288
- name : Upload pyright coverage to Codecov
289
- uses : codecov/codecov-action@v4.6.0
289
+ uses : codecov/codecov-action@v5.1.2
290
290
with :
291
291
file : pyright_report/cobertura.xml
292
292
flags : pyright39
0 commit comments