Skip to content

Commit e90c567

Browse files
committed
Update codecov action to v4
1 parent b611cbf commit e90c567

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ jobs:
3636
run: mvn --show-version -B -q -ntp install
3737

3838
- name: Upload coverage to Codecov
39-
uses: codecov/codecov-action@v3
39+
uses: codecov/codecov-action@v4
40+
env:
41+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)