Skip to content

Commit

Permalink
Merge pull request #70 from sir-gon/renovate/codecov-codecov-action-4.x
Browse files Browse the repository at this point in the history
Update codecov/codecov-action action to v4.5.0
  • Loading branch information
sir-gon authored Jun 13, 2024
2 parents 173271e + 0a72d02 commit a06e2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.4.1
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a06e2eb

Please sign in to comment.