Skip to content

Commit a32bd6b

Browse files
authored
ci: fix codecov
1 parent 4a9e3e0 commit a32bd6b

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
@@ -32,7 +32,7 @@ jobs:
3232
run: dotnet test --configuration ${{ matrix.configuration }} src/VCDiff.Tests/VCDiff.Tests.NetFx.csproj
3333
if: ${{ matrix.os == 'windows-latest' }}
3434
- name: Upload code coverage
35-
uses: codecov/codecov-action@v1.2.1
35+
uses: codecov/codecov-action@v5.5.2
3636
with:
3737
token: 5605db1d-f7eb-4a6b-bb3a-556d61df4d5c
3838
directory: src/VCDiff.Tests/

0 commit comments

Comments
 (0)