We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cc3f8 commit b1a48cdCopy full SHA for b1a48cd
.github/workflows/build.yml
@@ -117,7 +117,7 @@ jobs:
117
- name: Unit tests
118
run: ./mvnw test # making it temporarily verbose.
119
- name: Codecov
120
- uses: codecov/codecov-action@v3.1.4
+ uses: codecov/codecov-action@v4.0.1
121
- name: Install jars
122
run: ./mvnw install -q -B -DskipTests
123
- name: Integration tests using spring boot version ${{ matrix.spring-boot-version }}
0 commit comments