From 6774298b153185eebe9d2cace8c13ae71206fe32 Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Mon, 25 Dec 2023 16:14:52 +0800 Subject: [PATCH] chore: update workflow version --- .../workflows/alteration-compatibility-integration-test.yml | 4 ++-- .github/workflows/integration-test.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/alteration-compatibility-integration-test.yml b/.github/workflows/alteration-compatibility-integration-test.yml index ef4acc55f..cc743f3d0 100644 --- a/.github/workflows/alteration-compatibility-integration-test.yml +++ b/.github/workflows/alteration-compatibility-integration-test.yml @@ -43,7 +43,7 @@ jobs: env: INTEGRATION_TEST: true steps: - - uses: logto-io/actions-package-logto-artifact@v1.0.0 + - uses: logto-io/actions-package-logto-artifact@v1.1.0 with: artifact-name: alteration-integration-test-${{ github.sha }} branch: ${{github.base_ref}} @@ -60,7 +60,7 @@ jobs: DB_URL: postgres://postgres:postgres@localhost:5432/postgres steps: - - uses: logto-io/actions-run-logto-integration-tests@v1.0.0 + - uses: logto-io/actions-run-logto-integration-tests@v1.1.0 with: branch: ${{github.base_ref}} logto_artifact: alteration-integration-test-${{ github.sha }} diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index e929b1c8a..65b2bdfe4 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -18,7 +18,7 @@ jobs: INTEGRATION_TEST: true steps: - - uses: logto-io/actions-package-logto-artifact@v1.0.0 + - uses: logto-io/actions-package-logto-artifact@v1.1.0 with: artifact-name: integration-test-${{ github.sha }} @@ -34,7 +34,7 @@ jobs: DB_URL: postgres://postgres:postgres@localhost:5432/postgres steps: - - uses: logto-io/actions-run-logto-integration-tests@v1.0.0 + - uses: logto-io/actions-run-logto-integration-tests@v1.1.0 with: logto_artifact: integration-test-${{ github.sha }} test_target: ${{ matrix.target }}