Skip to content

Commit adfe329

Browse files
authored
Merge pull request #1140 from objectstack-ai/dependabot/github_actions/codecov/codecov-action-6
2 parents b287172 + 456ff92 commit adfe329

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
@@ -37,7 +37,7 @@ jobs:
3737
run: pnpm test:coverage --coverage.reporter=json --coverage.reporter=text
3838

3939
- name: Upload coverage to Codecov
40-
uses: codecov/codecov-action@v5
40+
uses: codecov/codecov-action@v6
4141
with:
4242
fail_ci_if_error: false
4343
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)