Skip to content

Commit a25524c

Browse files
Merge pull request #435 from wimpyprogrammer/dependabot/github_actions/codecov/codecov-action-4.2.0
Bump codecov/codecov-action from 4.1.1 to 4.2.0
2 parents 39ee848 + 1f4e444 commit a25524c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- run: yarn test
4646

4747
- name: Upload test coverage report to Codecov
48-
uses: codecov/codecov-action@v4.1.1
48+
uses: codecov/codecov-action@v4.2.0
4949
with:
5050
fail_ci_if_error: true
5151
env:

0 commit comments

Comments
 (0)