Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 489548d

Browse files
authored
Merge pull request #399 from gotd/dependabot/github_actions/codecov/codecov-action-4
chore(deps): bump codecov/codecov-action from 3 to 4
2 parents a8ac917 + df3f956 commit 489548d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
retention-days: 1
5050

5151
- name: Send coverage
52-
uses: codecov/codecov-action@v3
52+
uses: codecov/codecov-action@v4
5353
with:
5454
file: profile.out
5555

@@ -67,6 +67,6 @@ jobs:
6767
name: coverage
6868

6969
- name: Send coverage
70-
uses: codecov/codecov-action@v3
70+
uses: codecov/codecov-action@v4
7171
with:
7272
file: profile.out

0 commit comments

Comments
 (0)