Skip to content

Commit 3aa5bd0

Browse files
authored
Merge pull request #215 from exoego/dependabot/github_actions/codecov/codecov-action-7
2 parents 04f274f + 5832841 commit 3aa5bd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: npm run check
2222
- run: npm run test:run
2323
- name: Upload coverage reports to Codecov
24-
uses: codecov/codecov-action@v6
24+
uses: codecov/codecov-action@v7
2525
with:
2626
token: ${{ secrets.CODECOV_TOKEN }}
2727
- run: npm run build

0 commit comments

Comments
 (0)