Skip to content

Commit f44e5b1

Browse files
Update codecov/codecov-action action to v5.3.0
1 parent dc82bd1 commit f44e5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
- name: Test
3636
run: dotnet test --no-build --verbosity normal
3737
- name: Upload coverage reports to Codecov
38-
uses: codecov/codecov-action@v5.2.0
38+
uses: codecov/codecov-action@v5.3.0
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)