Skip to content

Commit 9027ffa

Browse files
Bump codecov/codecov-action from 3 to 4 (#47)
1 parent 2397e8f commit 9027ffa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ jobs:
123123
dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --logger "GitHubActions;summary.includeSkippedTests=true"
124124
- name: Upload coverage to codecov.io
125125
if: matrix.os == 'ubuntu-latest'
126-
uses: codecov/codecov-action@v3
126+
env:
127+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
128+
uses: codecov/codecov-action@v4
127129
with:
128130
fail_ci_if_error: true
129131
verbose: true

0 commit comments

Comments
 (0)