Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3 to 4 (#184)
Browse files Browse the repository at this point in the history
Pull request: #184
  • Loading branch information
dependabot[bot] authored May 29, 2024
1 parent 949ec2f commit 493d3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: matrix.os == 'windows-latest'

- name: Upload scoverage reports to codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./out/integrationtest/0.11.0-M11/scoverage/xmlReport.dest/scoverage.xml,./out/integrationtest/0.10/scoverage/xmlReport.dest/scoverage.xml,./out/integrationtest/0.9/scoverage/xmlReport.dest/scoverage.xml
continue-on-error: true
Expand Down

0 comments on commit 493d3e0

Please sign in to comment.