Skip to content

Commit

Permalink
ci(gh-actions): bump codecov/codecov-action from 4.6.0 to 5.0.7 (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 24, 2024
1 parent ecda6de commit c4d326e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: dotnet test -f ${{ matrix.framework }} --no-build -p:TestingPlatformCommandLineArguments="--coverage --coverage-output-format cobertura --coverage-output coverage.cobertura.xml"

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.0.7
with:
disable_search: true
file: ./test/Nogic.WritableOptions.Tests/bin/Debug/${{ matrix.framework }}/TestResults/coverage.cobertura.xml
Expand Down

0 comments on commit c4d326e

Please sign in to comment.