Skip to content

Commit 6f276f6

Browse files
authored
Merge pull request #144 from DynamicTimeWarping/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents e7f7961 + 76d7c1f commit 6f276f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/quick_test_and_codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
pytest --cov=dtw --cov-report=xml
5353
5454
- name: Upload coverage to Codecov
55-
uses: codecov/codecov-action@v5
55+
uses: codecov/codecov-action@v6
5656
with:
5757
token: ${{ secrets.CODECOV_TOKEN }}
5858

0 commit comments

Comments
 (0)