mirror of
https://github.com/pezkuwichain/bizinikiwi-connect.git
synced 2026-04-22 02:57:55 +00:00
build(deps): bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
|||||||
- name: Test projects/extension
|
- name: Test projects/extension
|
||||||
run: pnpm playwright:chromium --trace on
|
run: pnpm playwright:chromium --trace on
|
||||||
working-directory: ./projects/extension
|
working-directory: ./projects/extension
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v6
|
||||||
if: failure() || inputs.upload-artifacts
|
if: failure() || inputs.upload-artifacts
|
||||||
with:
|
with:
|
||||||
name: playwright-report-substrate-connect-extension-mv3-chrome
|
name: playwright-report-substrate-connect-extension-mv3-chrome
|
||||||
@@ -53,7 +53,7 @@ jobs:
|
|||||||
- name: Test examples/light-client-extension-helpers-extension
|
- name: Test examples/light-client-extension-helpers-extension
|
||||||
run: pnpm playwright:chromium --trace on
|
run: pnpm playwright:chromium --trace on
|
||||||
working-directory: ./examples/light-client-extension-helpers-extension
|
working-directory: ./examples/light-client-extension-helpers-extension
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v6
|
||||||
if: failure() || inputs.upload-artifacts
|
if: failure() || inputs.upload-artifacts
|
||||||
with:
|
with:
|
||||||
name: playwright-report-light-client-extension-helpers-extension-mv3-chrome
|
name: playwright-report-light-client-extension-helpers-extension-mv3-chrome
|
||||||
@@ -74,7 +74,7 @@ jobs:
|
|||||||
- name: Test projects/wallet-template
|
- name: Test projects/wallet-template
|
||||||
run: pnpm playwright:chromium --trace on
|
run: pnpm playwright:chromium --trace on
|
||||||
working-directory: ./projects/wallet-template
|
working-directory: ./projects/wallet-template
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v6
|
||||||
if: failure() || inputs.upload-artifacts
|
if: failure() || inputs.upload-artifacts
|
||||||
with:
|
with:
|
||||||
name: playwright-report-substrate-connect-wallet-template-mv3-chrome
|
name: playwright-report-substrate-connect-wallet-template-mv3-chrome
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ jobs:
|
|||||||
- id: get-chain-id # Reads the `id` field in the newly-downloaded chain spec
|
- id: get-chain-id # Reads the `id` field in the newly-downloaded chain spec
|
||||||
run: echo "id=`jq -r .id ./chain_spec.json`" >> $GITHUB_OUTPUT
|
run: echo "id=`jq -r .id ./chain_spec.json`" >> $GITHUB_OUTPUT
|
||||||
- if: ${{ steps.get-chain-id.outputs.id == '' }}
|
- if: ${{ steps.get-chain-id.outputs.id == '' }}
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: failed-response-${{ github.run_id }}
|
name: failed-response-${{ github.run_id }}
|
||||||
path: |
|
path: |
|
||||||
@@ -57,7 +57,7 @@ jobs:
|
|||||||
output=./repo/projects/wallet-template/assets/chainspecs/${{ steps.get-chain-id.outputs.id }}.json
|
output=./repo/projects/wallet-template/assets/chainspecs/${{ steps.get-chain-id.outputs.id }}.json
|
||||||
jq --slurpfile downloaded ./chain_spec.json '.lightSyncState = $downloaded[0].lightSyncState' "$output" > "$tmp"
|
jq --slurpfile downloaded ./chain_spec.json '.lightSyncState = $downloaded[0].lightSyncState' "$output" > "$tmp"
|
||||||
mv "$tmp" "$output"
|
mv "$tmp" "$output"
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: chain-spec-${{ steps.get-chain-id.outputs.id }}
|
name: chain-spec-${{ steps.get-chain-id.outputs.id }}
|
||||||
# Note that passing `repo/**` maintains paths under `repo`. This is a bit of magic by the upload-artifact action.
|
# Note that passing `repo/**` maintains paths under `repo`. This is a bit of magic by the upload-artifact action.
|
||||||
|
|||||||
Reference in New Issue
Block a user