Skip to content

Commit 4efb758

Browse files
Merge pull request #22 from codecov/switch-to-v4-beta
fix: switch to v4-beta
2 parents 858e4e9 + f975b40 commit 4efb758

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
17+
uses: codecov/codecov-action@v4-beta
1818
env:
1919
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}

0 commit comments

Comments
 (0)