Skip to content

Commit c525cf9

Browse files
---
updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fedb9c8 commit c525cf9

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
@@ -333,7 +333,7 @@ jobs:
333333
- id: codecov
334334
name: Upload coverage report to Codecov
335335
if: steps.test-files-check.outputs.files_exists == 'true'
336-
uses: codecov/codecov-action@v4.1.0
336+
uses: codecov/codecov-action@v4.4.1
337337
env:
338338
GITHUB_JOB: ${{ github.job }}
339339
GITHUB_REF: ${{ github.ref }}

0 commit comments

Comments
 (0)