Skip to content

Commit d3e0681

Browse files
Merge pull request #1600 from remarkablemark/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 4 to 5
2 parents b1c8b41 + 28c94d5 commit d3e0681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npm run test:ci
2929

3030
- name: Codecov
31-
uses: codecov/codecov-action@v4
31+
uses: codecov/codecov-action@v5
3232
env:
3333
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3434

0 commit comments

Comments
 (0)