Skip to content

Commit fc3875c

Browse files
authored
Merge pull request #234 from r1chardj0n3s/dependabot/github_actions/codecov/codecov-action-7
Bump codecov/codecov-action from 6 to 7
2 parents 3cb77a2 + c5de0c4 commit fc3875c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pip install -r tests/requirements.txt --editable .
3535
pytest
3636
- name: Upload coverage to Codecov
37-
uses: codecov/codecov-action@v6
37+
uses: codecov/codecov-action@v7
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }}
4040

@@ -51,7 +51,7 @@ jobs:
5151
pip install -r tests/requirements.txt
5252
python -m pytest
5353
- name: Upload coverage to Codecov
54-
uses: codecov/codecov-action@v6
54+
uses: codecov/codecov-action@v7
5555
with:
5656
token: ${{ secrets.CODECOV_TOKEN }}
5757

@@ -68,7 +68,7 @@ jobs:
6868
pip install -r tests/requirements.txt
6969
python -m pytest
7070
- name: Upload coverage to Codecov
71-
uses: codecov/codecov-action@v6
71+
uses: codecov/codecov-action@v7
7272
with:
7373
token: ${{ secrets.CODECOV_TOKEN }}
7474

0 commit comments

Comments
 (0)