diff --git a/.github/workflows/build-ubuntu.yml b/.github/workflows/build-ubuntu.yml index 77311e92..116d0136 100644 --- a/.github/workflows/build-ubuntu.yml +++ b/.github/workflows/build-ubuntu.yml @@ -24,7 +24,7 @@ jobs: JAVA_VERSION: ${{ matrix.java_version }} run: ./gradlew build --no-daemon - name: Upload build code coverage - uses: codecov/codecov-action@v5.0.0 + uses: codecov/codecov-action@v5.0.1 if: ${{ github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/main') }} env: JAVA_VERSION: ${{ matrix.java_version }} diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 31413516..1e56adc8 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -24,7 +24,7 @@ jobs: JAVA_VERSION: ${{ matrix.java_version }} run: ./gradlew build --no-daemon - name: Upload build code coverage - uses: codecov/codecov-action@v5.0.0 + uses: codecov/codecov-action@v5.0.1 if: ${{ github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/main') }} env: JAVA_VERSION: ${{ matrix.java_version }}