Merge pull request #19 from radost5454/ggggg

kakakak
This commit is contained in:
radost5454 2025-06-04 17:30:15 +03:00 committed by GitHub
commit 65fe14dd5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

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

View file

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