Skip to content

Commit 2acd489

Browse files
chore(deps): update codecov/codecov-action action to v4
1 parent c2696da commit 2acd489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Test with coverage
4848
run: dotnet test --results-directory ${{env.BUILD_ARTIFACT_PATH}}/coverage --collect "XPlat Code Coverage" --settings CodeCoverage.runsettings
4949
- name: Upload coverage report
50-
uses: codecov/codecov-action@v1.5.2
50+
uses: codecov/codecov-action@v4.1.0
5151
with:
5252
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
5353
directory: ${{env.BUILD_ARTIFACT_PATH}}/coverage/

0 commit comments

Comments
 (0)