diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 8da99009c..42000c22a 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -55,7 +55,7 @@ jobs: run: mvn -B -U -pl "-:zeebe-process-test-qa-testcontainers" -P !localBuild "-Dsurefire.rerunFailingTestsCount=5" clean install - name: Archive Test Results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: Unit Test Results ${{ matrix.os }} @@ -114,7 +114,7 @@ jobs: mvn -B -U -pl ":zeebe-process-test-qa-testcontainers" -P !localBuild -am "-Dsurefire.rerunFailingTestsCount=5" install -DskipChecks - name: Archive Test Results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: Unit Test Results Testcontainers @@ -141,7 +141,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Event File path: ${{ github.event_path }} diff --git a/.github/workflows/snapshot-test.yml b/.github/workflows/snapshot-test.yml index 85f325809..17b3f4786 100644 --- a/.github/workflows/snapshot-test.yml +++ b/.github/workflows/snapshot-test.yml @@ -33,7 +33,7 @@ jobs: mvn -B -U -pl "-:zeebe-process-test-qa-testcontainers" -P !localBuild "-Dsurefire.rerunFailingTestsCount=5" -Ddependency.zeebe.version=$NEW_ZEEBE_VERSION clean install - name: Archive Test Results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: Unit Test Results Against Zeebe Snapshot