Skip to content

Commit a06e2eb

Browse files
authored
Merge pull request #70 from sir-gon/renovate/codecov-codecov-action-4.x
Update codecov/codecov-action action to v4.5.0
2 parents 173271e + 0a72d02 commit a06e2eb

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)