Skip to content

Commit 03ed7d5

Browse files
Merge pull request #942 from KulaginVladimir/codecov
Upgrade codecov action to v5
2 parents 678eb1a + 78071b4 commit 03ed7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
pytest test/ --cov festim --cov-report xml --cov-report term
3333
3434
- name: Upload coverage to Codecov
35-
uses: codecov/codecov-action@v4
35+
uses: codecov/codecov-action@v5
3636
with:
3737
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)