We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8026f commit 1df8892Copy full SHA for 1df8892
.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.3
+ uses: codecov/codecov-action@v6.0.0
41
with:
42
token: ${{ secrets.CODECOV_TOKEN }}
43
fail_ci_if_error: true
0 commit comments