Skip to content

Commit d81abed

Browse files
authored
Merge pull request #1662 from json-api-dotnet/merge-master-into-openapi
Merge master into openapi
2 parents 3c32fa0 + e1635c2 commit d81abed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"rollForward": false
1818
},
1919
"dotnet-reportgenerator-globaltool": {
20-
"version": "5.4.2",
20+
"version": "5.4.3",
2121
"commands": [
2222
"reportgenerator"
2323
],

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
if: matrix.os == 'ubuntu-latest'
111111
env:
112112
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
113-
uses: codecov/codecov-action@v4
113+
uses: codecov/codecov-action@v5
114114
with:
115115
fail_ci_if_error: true
116116
verbose: true

0 commit comments

Comments
 (0)