Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 78327d1

Browse files
authored
Upgrade codecov-action from deprecated v1 to v3 (#1129)
Signed-off-by: Pavel Macík <[email protected]>
1 parent 1344383 commit 78327d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
make test
5757
5858
- name: Upload Code Coverage Report
59-
uses: codecov/codecov-action@v1
59+
uses: codecov/codecov-action@v3
6060
with:
6161
file: cover.out
6262
verbose: true

0 commit comments

Comments
 (0)