Skip to content

Commit 767700e

Browse files
ci(gh-actions): bump codecov/codecov-action from 5.1.2 to 5.2.0 (#348)
1 parent 490d2c0 commit 767700e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: dotnet test --no-build -p:TestingPlatformCommandLineArguments="--coverage --coverage-output-format cobertura --coverage-output ${{ vars.COVERAGE_REPORT_FILE }}"
5050

5151
- name: Upload coverage to Codecov
52-
uses: codecov/codecov-action@v5.1.2
52+
uses: codecov/codecov-action@v5.2.0
5353
with:
5454
token: ${{ secrets.CODECOV_TOKEN }}
5555
flags: ${{ runner.os }}

0 commit comments

Comments
 (0)