0
Fork 0
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:
renovate[bot] 2024-07-04 14:18:23 +08:00 committed by GitHub
parent 2477a50966
commit 3ab4897eb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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 }}

View file

@ -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