@@ -127,7 +127,7 @@ jobs:
127127 python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report xarray/
128128
129129 - name : Upload mypy coverage to Codecov
130- uses : codecov/codecov-action@v3.1.4
130+ uses : codecov/codecov-action@v3.1.5
131131 with :
132132 file : mypy_report/cobertura.xml
133133 flags : mypy
@@ -181,7 +181,7 @@ jobs:
181181 python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report xarray/
182182
183183 - name : Upload mypy coverage to Codecov
184- uses : codecov/codecov-action@v3.1.4
184+ uses : codecov/codecov-action@v3.1.5
185185 with :
186186 file : mypy_report/cobertura.xml
187187 flags : mypy39
@@ -242,7 +242,7 @@ jobs:
242242 python -m pyright xarray/
243243
244244 - name : Upload pyright coverage to Codecov
245- uses : codecov/codecov-action@v3.1.4
245+ uses : codecov/codecov-action@v3.1.5
246246 with :
247247 file : pyright_report/cobertura.xml
248248 flags : pyright
@@ -301,7 +301,7 @@ jobs:
301301 python -m pyright xarray/
302302
303303 - name : Upload pyright coverage to Codecov
304- uses : codecov/codecov-action@v3.1.4
304+ uses : codecov/codecov-action@v3.1.5
305305 with :
306306 file : pyright_report/cobertura.xml
307307 flags : pyright39
0 commit comments