Skip to content

Commit 2b2de81

Browse files
Bump codecov/codecov-action from 4.2.0 to 4.3.0 in the actions group (#8943)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b004af5 commit 2b2de81

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci-additional.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -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@v4.2.0
130+
uses: codecov/codecov-action@v4.3.0
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@v4.2.0
184+
uses: codecov/codecov-action@v4.3.0
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@v4.2.0
245+
uses: codecov/codecov-action@v4.3.0
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@v4.2.0
304+
uses: codecov/codecov-action@v4.3.0
305305
with:
306306
file: pyright_report/cobertura.xml
307307
flags: pyright39

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
path: pytest.xml
152152

153153
- name: Upload code coverage to Codecov
154-
uses: codecov/codecov-action@v4.2.0
154+
uses: codecov/codecov-action@v4.3.0
155155
with:
156156
file: ./coverage.xml
157157
flags: unittests

.github/workflows/upstream-dev-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
run: |
144144
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
145145
- name: Upload mypy coverage to Codecov
146-
uses: codecov/codecov-action@v4.2.0
146+
uses: codecov/codecov-action@v4.3.0
147147
with:
148148
file: mypy_report/cobertura.xml
149149
flags: mypy

0 commit comments

Comments
 (0)