Skip to content

Commit 93c8592

Browse files
authored
Merge pull request #398 from crazy-max/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 4 to 5
2 parents e0ce123 + fbe1ccb commit 93c8592

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
@@ -79,7 +79,7 @@ jobs:
7979
pull: true
8080
-
8181
name: Upload coverage
82-
uses: codecov/codecov-action@v4
82+
uses: codecov/codecov-action@v5
8383
with:
8484
directory: ${{ env.DESTDIR }}/coverage
8585
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)