Skip to content

Commit c9f9d34

Browse files
chore(ci): upgrade to codecov v4
1 parent d4f3a45 commit c9f9d34

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout
8-
uses: actions/checkout@v2
8+
uses: actions/checkout@v4
99
- name: Set up JDK 18
10-
uses: actions/setup-java@v1
10+
uses: actions/setup-java@v3
1111
with:
1212
java-version: 18
1313
- name: Install dependencies, run tests, and collect coverage
1414
run: gradle build
1515
- name: Upload coverage to Codecov
16-
uses: codecov/codecov-action@v3
16+
uses: codecov/codecov-action@v4
17+
env:
18+
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}

0 commit comments

Comments
 (0)