Skip to content

Commit 365ec81

Browse files
Upgrade codecov-action from v1 to v5
1 parent 619f862 commit 365ec81

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pull-test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ jobs:
5050
# #github-token: #${{ secrets.GITHUB_TOKEN }}
5151
# github-token: ${{ secrets.COVERALLS_REPO_TOKEN }}
5252

53-
- uses: codecov/codecov-action@v1
53+
- uses: codecov/codecov-action@v5
5454
with:
55+
token: ${{ secrets.CODECOV_TOKEN }}
5556
verbose: true # optional (default = false)
5657

5758
main:
@@ -92,6 +93,7 @@ jobs:
9293
# #github-token: #${{ secrets.GITHUB_TOKEN }}
9394
# github-token: ${{ secrets.COVERALLS_REPO_TOKEN }}
9495

95-
- uses: codecov/codecov-action@v1
96+
- uses: codecov/codecov-action@v5
9697
with:
98+
token: ${{ secrets.CODECOV_TOKEN }}
9799
verbose: true # optional (default = false)

0 commit comments

Comments
 (0)