Skip to content

Commit 0a72d02

Browse files
Update codecov/codecov-action action to v4.5.0
1 parent 173271e commit 0a72d02

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
@@ -34,6 +34,6 @@ jobs:
3434
- name: Test
3535
run: dotnet test --no-build --verbosity normal
3636
- name: Upload coverage reports to Codecov
37-
uses: codecov/codecov-action@v4.4.1
37+
uses: codecov/codecov-action@v4.5.0
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)