Skip to content

Commit 23388f0

Browse files
Bump codecov/codecov-action from 4 to 5 in the all-actions group (#890)
1 parent afd7420 commit 23388f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
shell: bash
104104

105105
- name: Upload test coverage to Codecov.io
106-
uses: codecov/codecov-action@v4
106+
uses: codecov/codecov-action@v5
107107
env:
108108
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
109109

@@ -195,7 +195,7 @@ jobs:
195195
shell: bash
196196

197197
- name: Upload test coverage to Codecov.io
198-
uses: codecov/codecov-action@v4
198+
uses: codecov/codecov-action@v5
199199
with:
200200
token: ${{ secrets.CODECOV_TOKEN }} # required
201201

0 commit comments

Comments
 (0)