Skip to content

Commit 8a598c9

Browse files
chore(deps): update codecov/codecov-action action to v3.1.5
1 parent 1066f04 commit 8a598c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- # Codecov Coverage
6262
name: Upload coverage to Codecov
63-
uses: codecov/[email protected].1
63+
uses: codecov/[email protected].5
6464
with:
6565
fail_ci_if_error: true
6666
files: ./unit-tests.coverage.lcov,./integration-tests.coverage.lcov
@@ -100,7 +100,7 @@ jobs:
100100
101101
- # Codecov Coverage
102102
name: Upload coverage to Codecov
103-
uses: codecov/[email protected].1
103+
uses: codecov/[email protected].5
104104
with:
105105
fail_ci_if_error: true
106106
files: ./coverage.lcov

0 commit comments

Comments
 (0)