Skip to content

Commit d1a2e74

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 385438d commit d1a2e74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Test with dotnet
2626
run: dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage"
2727
- name: Upload coverage reports to Codecov
28-
uses: codecov/codecov-action@v4.6.0
28+
uses: codecov/codecov-action@v5.1.2
2929
env:
3030
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3131
with:

0 commit comments

Comments
 (0)