Skip to content

Commit ec35ab1

Browse files
authored
Merge pull request #45 from jferrl/dependabot/github_actions/codecov/codecov-action-6
chore(deps): bump codecov/codecov-action from 5 to 6
2 parents 401bfce + 6b16b50 commit ec35ab1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858

5959
- name: Upload coverage to Codecov
6060
if: ${{ matrix.update-coverage }}
61-
uses: codecov/codecov-action@v5
61+
uses: codecov/codecov-action@v6
6262
with:
6363
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)