Skip to content

Commit 646526f

Browse files
Merge pull request #7 from remarkablegames/dependabot/github_actions/codecov/codecov-action-6
build(deps): bump codecov/codecov-action from 5 to 6
2 parents 8935d01 + 0cfed33 commit 646526f

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
@@ -27,6 +27,6 @@ jobs:
2727
run: npm run test:ci
2828

2929
- name: Upload coverage reports to Codecov
30-
uses: codecov/codecov-action@v5
30+
uses: codecov/codecov-action@v6
3131
with:
3232
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)