We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506e999 commit 499d675Copy full SHA for 499d675
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
run: bundle exec rspec
38
- name: Upload coverage to Codecov
39
if: ${{ strategy.job-index == 0 }} # only run codecov on first run
40
- uses: codecov/codecov-action@v5.5.2
+ uses: codecov/codecov-action@v5.5.3
41
with:
42
token: ${{ secrets.CODECOV_TOKEN }}
43
fail_ci_if_error: true
0 commit comments