Skip to content

Commit bedfe2c

Browse files
chore(ci): bump codecov/codecov-action (#32)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 0561704f0f02c16a585d4c7555e57fa2e44cf909 to 671740ac38dd9b0130fbe1cec585b89eea48d3de. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@0561704...671740a) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 671740ac38dd9b0130fbe1cec585b89eea48d3de dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Craig Johnston <cjimti@gmail.com>
1 parent 319b00b commit bedfe2c

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
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Upload coverage
4040
if: matrix.os == 'ubuntu-latest'
41-
uses: codecov/codecov-action@0561704f0f02c16a585d4c7555e57fa2e44cf909 # v5.5.2
41+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
4242
with:
4343
files: coverage.txt
4444
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)