Skip to content

Commit dc891d6

Browse files
renovate[bot]robstoll
authored andcommitted
Update codecov/codecov-action action to v5.5.2
1 parent b6502e6 commit dc891d6

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.5.1
27+
uses: codecov/codecov-action@v5.5.2
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.5.1
27+
uses: codecov/codecov-action@v5.5.2
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)