Skip to content

Commit 412af65

Browse files
Bump codecov/codecov-action from 3 to 4 (#1452)
1 parent 8d37ce6 commit 412af65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,9 @@ jobs:
138138
dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --logger "GitHubActions;summary.includeSkippedTests=true"
139139
- name: Upload coverage to codecov.io
140140
if: matrix.os == 'ubuntu-latest'
141-
uses: codecov/codecov-action@v3
141+
env:
142+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
143+
uses: codecov/codecov-action@v4
142144
with:
143145
fail_ci_if_error: true
144146
verbose: true

0 commit comments

Comments
 (0)