We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ee141 commit 57f6b96Copy full SHA for 57f6b96
.github/workflows/build.yml
@@ -114,7 +114,7 @@ jobs:
114
- name: Unit tests
115
run: ./mvnw test # making it temporarily verbose.
116
- name: Codecov
117
- uses: codecov/codecov-action@v4.1.0
+ uses: codecov/codecov-action@v4.4.1
118
- name: Install jars
119
run: ./mvnw install -q -B -DskipTests
120
- name: Integration tests using spring boot version ${{ matrix.spring-boot-version }}
0 commit comments