diff --git a/.github/workflows/solidity-deployment.yml b/.github/workflows/solidity-deployment.yml index 4fec3b4..359968d 100644 --- a/.github/workflows/solidity-deployment.yml +++ b/.github/workflows/solidity-deployment.yml @@ -95,7 +95,7 @@ jobs: --delay 5 \ ${{ inputs.forge-deployment-params }} - name: Upload Transaction Json - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: transaction-json path: broadcast/${{ inputs.forge-deployment-script-file }}/${{ inputs.chain-id }}/run-latest.json