Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into 725-initial-grandpa-pl…
Browse files Browse the repository at this point in the history
…ay-stage
  • Loading branch information
Zurcusa committed Feb 6, 2025
2 parents 8abe7fe + 5193c2b commit 2767f2c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-light-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- 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
- if: ${{ steps.get-chain-id.outputs.id == '' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: failed-response-${{ github.run_id }}
path: |
Expand All @@ -49,7 +49,7 @@ jobs:
output=./repo/genesis/${{ steps.get-chain-id.outputs.id }}.json
jq --slurpfile downloaded ./chain_spec.json '.lightSyncState = $downloaded[0].lightSyncState' "$output" > "$tmp"
mv "$tmp" "$output"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
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.
Expand All @@ -66,7 +66,7 @@ jobs:
with:
path: repo
ref: dev
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
# Since we're not passing a name, this automatically downloads *all* artifacts
# Unfortunately, this creates intermediary directories.
Expand Down
8 changes: 4 additions & 4 deletions genesis/ksmcc3.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions genesis/polkadot.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions genesis/westend2.json

Large diffs are not rendered by default.

0 comments on commit 2767f2c

Please sign in to comment.