Skip to content

Commit 4786a03

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 b64cb0d commit 4786a03

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

0 commit comments

Comments
 (0)