We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028e46c commit 2395feeCopy full SHA for 2395fee
.github/workflows/ruby.yml
@@ -27,6 +27,6 @@ jobs:
27
- name: run tests
28
run: bundle exec rspec
29
- name: upload code coverage
30
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
31
with:
32
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments