Skip to content

Commit 6ead075

Browse files
Merge pull request #1295 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 76e270e + 5aa29ad commit 6ead075

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
@@ -75,7 +75,7 @@ jobs:
7575
npm test
7676
7777
- name: "Upload coverage results"
78-
uses: codecov/codecov-action@v4.5.0
78+
uses: codecov/codecov-action@v4.6.0
7979
with:
8080
token: ${{ secrets.CODECOV_TOKEN }}
8181
fail_ci_if_error: true

0 commit comments

Comments
 (0)