Skip to content

Commit

Permalink
Revert "Update codecov/codecov-action action to v4"
Browse files Browse the repository at this point in the history
This reverts commit 06a9510.
  • Loading branch information
frett committed Sep 15, 2023
1 parent e3553ad commit 16ed1ac
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 @@ -105,7 +105,7 @@ jobs:
# cache-read-only: ${{ github.ref != 'refs/heads/master' && github.ref != 'refs/heads/develop' && !startsWith(github.ref, 'refs/heads/feature/') }}
arguments: test koverXmlReportDebug koverXmlReportProductionDebug --max-workers 1 --scan
- name: Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 16ed1ac

Please sign in to comment.