Skip to content

Commit 9e97ce3

Browse files
renovate[bot]robstoll
authored andcommitted
Update codecov/codecov-action action to v5.5.0
1 parent 52f389d commit 9e97ce3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
JAVA_VERSION: ${{ matrix.java_version }}
2525
run: ./gradlew build --no-daemon
2626
- name: Upload build code coverage
27-
uses: codecov/codecov-action@v5.4.3
27+
uses: codecov/codecov-action@v5.5.0
2828
if: ${{ github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/main') }}
2929
env:
3030
JAVA_VERSION: ${{ matrix.java_version }}

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
JAVA_VERSION: ${{ matrix.java_version }}
2525
run: ./gradlew build --no-daemon
2626
- name: Upload build code coverage
27-
uses: codecov/codecov-action@v5.4.3
27+
uses: codecov/codecov-action@v5.5.0
2828
if: ${{ github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/main') }}
2929
env:
3030
JAVA_VERSION: ${{ matrix.java_version }}

0 commit comments

Comments
 (0)