mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
chore(deps): update logto-io/actions-package-logto-artifact action to v3 (#6175)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
2477a50966
commit
3ab4897eb0
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ jobs:
|
||||||
INTEGRATION_TEST: true
|
INTEGRATION_TEST: true
|
||||||
DEV_FEATURES_ENABLED: false
|
DEV_FEATURES_ENABLED: false
|
||||||
steps:
|
steps:
|
||||||
- uses: logto-io/actions-package-logto-artifact@v2
|
- uses: logto-io/actions-package-logto-artifact@v3
|
||||||
with:
|
with:
|
||||||
artifact-name: alteration-integration-test-${{ github.sha }}
|
artifact-name: alteration-integration-test-${{ github.sha }}
|
||||||
branch: ${{ github.base_ref }}
|
branch: ${{ github.base_ref }}
|
||||||
|
|
2
.github/workflows/integration-test.yml
vendored
2
.github/workflows/integration-test.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
DEV_FEATURES_ENABLED: ${{ matrix.dev-features-enabled }}
|
DEV_FEATURES_ENABLED: ${{ matrix.dev-features-enabled }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: logto-io/actions-package-logto-artifact@v2
|
- uses: logto-io/actions-package-logto-artifact@v3
|
||||||
with:
|
with:
|
||||||
artifact-name: integration-test-${{ github.sha }}-dev-features-${{ matrix.dev-features-enabled }}
|
artifact-name: integration-test-${{ github.sha }}-dev-features-${{ matrix.dev-features-enabled }}
|
||||||
pnpm-version: 9
|
pnpm-version: 9
|
||||||
|
|
Loading…
Reference in a new issue