mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
kakakak
This commit is contained in:
parent
69ddffa9d9
commit
4fd3e2e10a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci-deploy.yml
vendored
2
.github/workflows/ci-deploy.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
run: npx hardhat ignition deploy ./ignition/modules/Lock.js --network localhost
|
||||
|
||||
- name: Upload contract address artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: deployment-artifact
|
||||
path: hardhat/deployment-output.json
|
||||
|
|
|
|||
2
.github/workflows/ci-test.yml
vendored
2
.github/workflows/ci-test.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
|
||||
|
||||
- name: Download contract address artifact
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: deployment-artifact
|
||||
path: hardhat/
|
||||
|
|
|
|||
Loading…
Reference in a new issue