Skip to content

Commit 0407388

Browse files
Merge pull request #22 from codecov/codecov-action-v4
chore(ci): upgrade to codecov v4
2 parents 3f69b45 + cef94e0 commit 0407388

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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
1010
uses: actions/setup-java@v1
1111
with:
@@ -15,4 +15,6 @@ jobs:
1515
- name: Run tests and collect coverage
1616
run: mvn -B test
1717
- name: Upload coverage to Codecov
18-
uses: codecov/codecov-action@v3
18+
uses: codecov/codecov-action@v4
19+
env:
20+
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}

0 commit comments

Comments
 (0)