Skip to content

Commit 0d451d8

Browse files
committed
ci: use GH CLI
1 parent 12c6820 commit 0d451d8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,11 @@ jobs:
4848
- uses: actions/checkout@v4
4949

5050
- name: Download test fixtures
51-
uses: actions/download-artifact@v5
52-
with:
53-
repository: leanEthereum/leanSpec
54-
name: fixtures-prod-scheme
55-
path: ./leanSpec/fixtures
56-
github-token: ${{ secrets.GITHUB_TOKEN }}
51+
env:
52+
GH_TOKEN: ${{ github.token }}
53+
run: |
54+
mkdir -p leanSpec/fixtures
55+
gh run download --repo leanEthereum/leanSpec --name fixtures-prod-scheme --dir leanSpec/fixtures
5756
5857
- name: Setup Rust
5958
uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)