Skip to content

Commit 045193f

Browse files
committed
Merge branch '2.14'
2 parents b29470a + a8a3eb5 commit 045193f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: ./mvnw -B -q -ff -ntp test
6161
- name: Publish code coverage
6262
if: github.event_name != 'pull_request' && matrix.java_version == '8'
63-
uses: codecov/codecov-action@v1
63+
uses: codecov/codecov-action@v3
6464
with:
6565
token: ${{ secrets.CODECOV_TOKEN }}
6666
file: ./target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)