Skip to content

Commit 0208957

Browse files
authored
Merge pull request #1289 from crazy-max/dependabot/github_actions/codecov/codecov-action-5
chore(deps): bump codecov/codecov-action from 4 to 5
2 parents 60d5729 + 327ebae commit 0208957

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
pull: true
7979
-
8080
name: Upload coverage
81-
uses: codecov/codecov-action@v4
81+
uses: codecov/codecov-action@v5
8282
with:
8383
directory: ${{ env.DESTDIR }}/coverage
8484
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)