Skip to content

Commit 472dd87

Browse files
committed
select correct version of codecov action
1 parent a787a87 commit 472dd87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
#pytest --cov=spatialmath --cov-report xml
6161
coverage report
6262
- name: upload coverage to Codecov
63-
uses: codecov/codecov-action@main
63+
uses: codecov/codecov-action@v3
6464
with:
6565
file: ./coverage.xml
6666
sphinx:

0 commit comments

Comments
 (0)