Skip to content

Commit 0dd581f

Browse files
authored
Merge pull request #165 from bobokun/dependabot/github_actions/main/codecov/codecov-action-6
build(deps): bump codecov/codecov-action from 5 to 6
2 parents 13b33c9 + 8b8d508 commit 0dd581f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
# Copy and paste the codecov/test-results-action here
4444
- name: Upload coverage to Codecov
45-
uses: codecov/codecov-action@v5
45+
uses: codecov/codecov-action@v6
4646
with:
4747
token: ${{ secrets.CODECOV_TOKEN }}
4848
- name: Upload test results to Codecov

0 commit comments

Comments
 (0)