Skip to content

Commit 170deda

Browse files
Merge pull request #24 from codecov/update-to-v4
chore(ci): upgrade to v4
2 parents aea8518 + 5230ca2 commit 170deda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- name: Install dependencies, run tests, and collect coverage
1515
run: gradle build
1616
- name: Upload coverage to Codecov
17-
uses: codecov/codecov-action@v4-beta
17+
uses: codecov/codecov-action@v4
1818
env:
1919
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}

0 commit comments

Comments
 (0)