Skip to content

Commit def3186

Browse files
committed
...
1 parent f32dc21 commit def3186

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)