Skip to content

Commit 0b3e6c6

Browse files
Bump codecov/codecov-action from 5.5.2 to 5.5.3 (#1782)
1 parent e25cd1d commit 0b3e6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Build with Maven
3939
run: ./mvnw $mvn_options install -PnoGpg --file pom.xml
4040
- name: Upload coverage to Codecov
41-
uses: codecov/codecov-action@v5.5.2
41+
uses: codecov/codecov-action@v5.5.3
4242
if: ${{ matrix.java-version == env.jdk_for_downstream && matrix.runs-on == env.os_for_downstream}}
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)