We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5873a commit 3ef82d5Copy full SHA for 3ef82d5
.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@v5.3.1
+ uses: codecov/codecov-action@v5.4.0
37
with:
38
token: ${{ secrets.CODECOV_TOKEN }}
39
fail_ci_if_error: true
0 commit comments