Skip to content

Commit 7773959

Browse files
committed
Update codecov-action to v3
1 parent fca38e4 commit 7773959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
rusttool cov export --instr-profile codecov.profdata target/release/rustpython --format lcov >codecov.lcov
4949
lcov -r codecov.lcov '/*' -o codecov.lcov
5050
- name: upload to Codecov
51-
uses: codecov/codecov-action@v1
51+
uses: codecov/codecov-action@v3
5252
with:
5353
file: ./codecov.lcov
5454

0 commit comments

Comments
 (0)