Skip to content

Commit f53f8dc

Browse files
authored
Merge pull request #110 from DynamicTimeWarping/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents f270e50 + 47fa5e2 commit f53f8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
pytest --cov=dtw --cov-report=xml
2222
2323
- name: Upload coverage to Codecov
24-
uses: codecov/codecov-action@v4
24+
uses: codecov/codecov-action@v5
2525
with:
2626
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)