Skip to content

Commit

Permalink
[ci skip] ci: downgrade codecov-action to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Feb 12, 2024
1 parent 9a506a6 commit 5e60019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: dotnet dotcover test --dcReportType=XML

- name: Upload coverage reports to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].0
env:
token: ${{ secrets.CODECOV_TOKEN }}
files: dotCover.Output.xml
Expand Down

0 comments on commit 5e60019

Please sign in to comment.