Skip to content

Commit 33ccf83

Browse files
authored
Merge pull request #415 from bervProject/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents e98cd31 + 5a4a5c5 commit 33ccf83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Test
2525
run: dotnet test --configuration Release --no-restore --no-build --verbosity normal --collect:"XPlat Code Coverage"
2626
- name: Report Codecov
27-
uses: codecov/codecov-action@v5
27+
uses: codecov/codecov-action@v6
2828
codeql:
2929
runs-on: ubuntu-24.04
3030
steps:

0 commit comments

Comments
 (0)