Skip to content

Commit 48e7813

Browse files
Update codecov/codecov-action action to v5
1 parent c4698d4 commit 48e7813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
GITHUB_TOKEN: ${{ secrets.PERSONALACCESSTOKEN }}
4141
if: "contains(github.ref, 'main')"
4242

43-
- uses: codecov/codecov-action@v4.6.0
43+
- uses: codecov/codecov-action@v5.1.2
4444
if: "!contains(github.event.head_commit.message, 'skip test')"
4545
with:
4646
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)