Skip to content

Commit 2e9506a

Browse files
authored
Merge pull request #19 from jferrl/dependabot/github_actions/codecov/codecov-action-5
chore(deps): bump codecov/codecov-action from 4 to 5
2 parents b7befe3 + c5b53c8 commit 2e9506a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

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

6161
- name: Upload coverage to Codecov
6262
if: ${{ matrix.update-coverage }}
63-
uses: codecov/codecov-action@v4
63+
uses: codecov/codecov-action@v5
6464
with:
6565
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)