Skip to content

Commit 3d63c2f

Browse files
authored
Merge pull request #10 from techquestsdev/dependabot/github_actions/codecov/codecov-action-6
ci: bump codecov/codecov-action from 5 to 6
2 parents 07fb901 + aab365c commit 3d63c2f

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
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Upload coverage to Codecov
5151
if: matrix.os == 'ubuntu-latest'
52-
uses: codecov/codecov-action@v5
52+
uses: codecov/codecov-action@v6
5353
with:
5454
token: ${{ secrets.CODECOV_TOKEN }}
5555

0 commit comments

Comments
 (0)