We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b7853d + e1d6169 commit 312c2f5Copy full SHA for 312c2f5
.github/workflows/ruby-standard-2.yml
@@ -28,7 +28,7 @@ jobs:
28
bundle install
29
bundle exec rspec
30
- name: Upload to Codecov
31
- uses: codecov/codecov-action@v4-beta
+ uses: codecov/codecov-action@v4
32
env:
33
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
34
with:
0 commit comments