Skip to content

Commit 312c2f5

Browse files
Merge pull request #54 from codecov/update-to-v4
chore(ci): upgrade to v4
2 parents 4b7853d + e1d6169 commit 312c2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby-standard-2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
bundle install
2929
bundle exec rspec
3030
- name: Upload to Codecov
31-
uses: codecov/codecov-action@v4-beta
31+
uses: codecov/codecov-action@v4
3232
env:
3333
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
3434
with:

0 commit comments

Comments
 (0)