Skip to content

Commit 3a5e8e5

Browse files
authored
Merge pull request #315 from twcclegg/dependabot/github_actions/codecov/codecov-action-5.5.3
build(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3
2 parents 797e2ed + 6510bc2 commit 3a5e8e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_all_tests_and_upload_code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Run tests
2424
run: dotnet test csharp/PhoneNumbers.sln --configuration Release --verbosity normal --collect:"XPlat Code Coverage" --results-directory ./coverage
2525
- name: Upload coverage reports to Codecov
26-
uses: codecov/codecov-action@v5.5.2
26+
uses: codecov/codecov-action@v5.5.3
2727
with:
2828
token: ${{ secrets.CODECOV_TOKEN }}
2929
slug: twcclegg/libphonenumber-csharp

0 commit comments

Comments
 (0)