Skip to content

Commit a131b93

Browse files
Bump codecov/codecov-action from 5.1.2 to 5.3.1 (#2538)
1 parent 6eb879a commit a131b93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
pytest --cov --cov-report=xml
4747
python3 -m torchgeo --help
4848
- name: Report coverage
49-
uses: codecov/codecov-action@v5.1.2
49+
uses: codecov/codecov-action@v5.3.1
5050
with:
5151
token: ${{ secrets.CODECOV_TOKEN }}
5252
minimum:
@@ -78,7 +78,7 @@ jobs:
7878
pytest --cov --cov-report=xml
7979
python3 -m torchgeo --help
8080
- name: Report coverage
81-
uses: codecov/codecov-action@v5.1.2
81+
uses: codecov/codecov-action@v5.3.1
8282
with:
8383
token: ${{ secrets.CODECOV_TOKEN }}
8484
datasets:
@@ -110,7 +110,7 @@ jobs:
110110
pytest --cov --cov-report=xml
111111
python3 -m torchgeo --help
112112
- name: Report coverage
113-
uses: codecov/codecov-action@v5.1.2
113+
uses: codecov/codecov-action@v5.3.1
114114
with:
115115
token: ${{ secrets.CODECOV_TOKEN }}
116116
concurrency:

0 commit comments

Comments
 (0)