Skip to content

Commit 883b0f3

Browse files
ci(Deps): bump codecov/codecov-action from 4.1.0 to 4.1.1 (#262)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b8b0c2a commit 883b0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
npm run test
136136
137137
- name: Codecov upload
138-
uses: codecov/codecov-action@v4.1.0
138+
uses: codecov/codecov-action@v4.1.1
139139
with:
140140
token: ${{ secrets.CODECOV_TOKEN }}
141141
fail_ci_if_error: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)