Skip to content

Commit 62f287f

Browse files
ci(gh-actions): bump codecov/codecov-action from 5.1.2 to 5.2.0 (#248)
1 parent 6565e47 commit 62f287f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: dotnet test --framework ${{ matrix.framework }} --no-build -p:TestingPlatformCommandLineArguments="--coverage --coverage-output-format cobertura --coverage-output cobertura.xml"
6969

7070
- name: Upload coverage to Codecov
71-
uses: codecov/codecov-action@v5.1.2
71+
uses: codecov/codecov-action@v5.2.0
7272
with:
7373
token: ${{ secrets.CODECOV_TOKEN }}
7474
flags: ${{ runner.os }},${{ matrix.framework }}

0 commit comments

Comments
 (0)