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 b113b07 commit 1817519Copy full SHA for 1817519
1 file changed
.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@v6.0.0
+ uses: codecov/codecov-action@v6.0.1
41
with:
42
token: ${{ secrets.CODECOV_TOKEN }}
43
fail_ci_if_error: true
0 commit comments