Skip to content

Commit 00f2b87

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 900bedf commit 00f2b87

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.4.3
2929
env:
3030
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3131
with:

0 commit comments

Comments
 (0)