This commit is contained in:
Radostina Lyubomirova 2025-06-04 17:28:44 +03:00
parent 69ddffa9d9
commit 4fd3e2e10a
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 run: npx hardhat ignition deploy ./ignition/modules/Lock.js --network localhost
- name: Upload contract address artifact - name: Upload contract address artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v2
with: with:
name: deployment-artifact name: deployment-artifact
path: hardhat/deployment-output.json path: hardhat/deployment-output.json

View file

@ -30,7 +30,7 @@ jobs:
- name: Download contract address artifact - name: Download contract address artifact
uses: actions/download-artifact@v3 uses: actions/download-artifact@v2
with: with:
name: deployment-artifact name: deployment-artifact
path: hardhat/ path: hardhat/