Skip to content

Commit 918c160

Browse files
ci(deps): bump codecov/codecov-action from 5.0.2 to 5.0.3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.0.2...v5.0.3) --- 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>
1 parent fa5a3ec commit 918c160

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
@@ -335,7 +335,7 @@ jobs:
335335
- id: codecov
336336
name: Upload coverage report to Codecov
337337
if: steps.test-files-check.outputs.files_exists == 'true'
338-
uses: codecov/codecov-action@v5.0.2
338+
uses: codecov/codecov-action@v5.0.3
339339
env:
340340
GITHUB_JOB: ${{ github.job }}
341341
GITHUB_REF: ${{ github.ref }}

0 commit comments

Comments
 (0)