Skip to content

Commit 9e0d6de

Browse files
chore(deps): update codecov/codecov-action action to v6 (#65)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c0f9255 commit 9e0d6de

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
@@ -41,7 +41,7 @@ jobs:
4141
- name: Test
4242
run: dotnet test --no-build --report-trx --coverage --coverage-output-format cobertura --coverage-output cobertura.xml --results-directory TestResults
4343
- name: Upload coverage reports to Codecov
44-
uses: codecov/codecov-action@v5
44+
uses: codecov/codecov-action@v6
4545
env:
4646
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4747
with:

0 commit comments

Comments
 (0)