We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c32fa0 + e1635c2 commit d81abedCopy full SHA for d81abed
.config/dotnet-tools.json
@@ -17,7 +17,7 @@
17
"rollForward": false
18
},
19
"dotnet-reportgenerator-globaltool": {
20
- "version": "5.4.2",
+ "version": "5.4.3",
21
"commands": [
22
"reportgenerator"
23
],
.github/workflows/build.yml
@@ -110,7 +110,7 @@ jobs:
110
if: matrix.os == 'ubuntu-latest'
111
env:
112
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
113
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
114
with:
115
fail_ci_if_error: true
116
verbose: true
0 commit comments