From 338544683b0a31cce422bd4bf64ef43cebf828a0 Mon Sep 17 00:00:00 2001 From: Alexandr Gorshenin Date: Mon, 25 Mar 2024 15:52:07 +0000 Subject: [PATCH] Update github actions --- .github/workflows/build.yaml | 4 ++-- .github/workflows/ci.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c9b1f291f..41105b801 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -7,7 +7,7 @@ on: - develop - release* pull_request: - type: [opened, reopened, edited] + type: [opened, reopened, edited, synchronize] jobs: build: @@ -57,5 +57,5 @@ jobs: run: mvn $MAVEN_ARGS test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 603332eba..773cbac17 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ on: - develop - release* pull_request: - type: [opened, reopened, edited] + type: [opened, reopened, edited, synchronize] jobs: build: