Skip to content

Commit 5c37911

Browse files
Update code-coverage.yml
1 parent c1cf880 commit 5c37911

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/code-coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Setup JDK 17
16-
uses: actions/setup-java@v3
16+
uses: actions/setup-java@v4
1717
with:
1818
java-version: '17'
1919
- name: Build with Maven
2020

2121
run: mvn clean test jacoco:report
2222
- name: Upload Code Coverage Report
23-
uses: codecov/codecov-action@v3
23+
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)