We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a36283 commit 83be85fCopy full SHA for 83be85f
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
run: bundle exec rspec
34
- name: Upload coverage to Codecov
35
if: ${{ strategy.job-index == 0 }} # only run codecov on first run
36
- uses: codecov/codecov-action@v3.1.6
+ uses: codecov/codecov-action@v4.0.0
37
with:
38
token: ${{ secrets.CODECOV_TOKEN }}
39
fail_ci_if_error: true
0 commit comments