Skip to content

Commit 444a214

Browse files
authored
Merge pull request #2857 from skaut/dependabot/github_actions/codecov/codecov-action-4.6.0
Bump codecov/codecov-action from 4.5.0 to 4.6.0
2 parents acdf41a + 3ff08a5 commit 444a214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
npm run test
215215
216216
- name: "Upload coverage results"
217-
uses: codecov/codecov-action@v4.5.0
217+
uses: codecov/codecov-action@v4.6.0
218218
with:
219219
token: ${{ secrets.CODECOV_TOKEN }}
220220
fail_ci_if_error: true

0 commit comments

Comments
 (0)