Skip to content

Commit 7faed52

Browse files
authored
Merge pull request #380 from Pivot-Studio/dependabot/github_actions/codecov/codecov-action-3.1.5
chore(ci): bump codecov/codecov-action from 3.1.4 to 3.1.5
2 parents 0deed4a + 6e9165d commit 7faed52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
args: nextest --workspace --all-features --lcov --output-path lcov.info --profile ci -vv
143143

144144
- name: Upload coverage to Codecov
145-
uses: codecov/[email protected].4
145+
uses: codecov/[email protected].5
146146
with:
147147
token: ${{ secrets.CODE_COV }}
148148
files: lcov.info

0 commit comments

Comments
 (0)