Skip to content

Commit 649f526

Browse files
committed
Merge branch '2.18' into 2.19
2 parents 2e306b7 + def3186 commit 649f526

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
@@ -52,7 +52,7 @@ jobs:
5252
run: ./mvnw -B -q -ff -ntp test
5353
- name: Publish code coverage
5454
if: ${{ github.event_name != 'pull_request' && matrix.java_version == '8' }}
55-
uses: codecov/codecov-actionad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
55+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
5656
with:
5757
token: ${{ secrets.CODECOV_TOKEN }}
5858
files: ./target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)