Skip to content

Commit 2de9f4d

Browse files
committed
chore(platform): bump codecov
1 parent 80ef195 commit 2de9f4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- name: Run tests
2323
run: make test
2424
- name: Upload coverage to Codecov 📝
25-
# https://github.com/codecov/codecov-action codecov/1.4.0
25+
# https://github.com/codecov/codecov-action codecov/2.1.0
2626
# Pinned this to a git sha as per recommendations in GitHub actions hardening guide.
2727
# see https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
28-
uses: "codecov/codecov-action@967e2b38a85a62bd61be5529ada27ebc109948c2"
28+
uses: "codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b"
2929
with:
3030
fail_ci_if_error: true
31-
file: ./coverage-reports/coverage-report.xml
31+
files: ./coverage-reports/coverage-report.xml

0 commit comments

Comments
 (0)