Skip to content

Commit 91640fe

Browse files
committed
Fix CI
1 parent d48beb6 commit 91640fe

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_name}}/.github/workflows

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
5252
# Upload coverage to codecov: https://codecov.io/
5353
- name: Upload coverage to Codecov
54-
uses: codecov/codecov-action@v3
54+
uses: codecov/codecov-action@v5
5555
with:
5656
file: ./coverage.xml{% endraw %}

0 commit comments

Comments
 (0)